Skip to content

Commit

Permalink
chore: bump version to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Feb 26, 2024
1 parent 264a5ff commit c72f032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.0.0](https://github.com/algolia/scout-extended/compare/v2.1.0...v3.0.0) - 2022-02-06
## [3.0.1](https://github.com/algolia/scout-extended/compare/v3.0.0...v3.0.1) - 2024-02-26
### Added
- Add configuration option to not use `deleteBy` ([#334](https://github.com/algolia/scout-extended/pull/334))

## [3.0.0](https://github.com/algolia/scout-extended/compare/v2.1.0...v3.0.0) - 2023-02-06
### Added
- Laravel 10 support ([#320](https://github.com/algolia/scout-extended/pull/320))

Expand Down
2 changes: 1 addition & 1 deletion src/Managers/EngineManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
*/
public function createAlgoliaDriver(): AlgoliaEngine
{
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.0.0');
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.0.1');

return new AlgoliaEngine(SearchClient::create(config('scout.algolia.id'), config('scout.algolia.secret')));
}
Expand Down

0 comments on commit c72f032

Please sign in to comment.