Skip to content

Commit

Permalink
chore: bumps version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jan 31, 2022
1 parent 76fc6e7 commit 9097d1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.1](https://github.com/algolia/scout-extended/compare/v2.0.0...v2.0.1) - 2022-01-31
### Fixed
- Fix potential race condition when reimporting large number of records ([#300](https://github.com/algolia/scout-extended/pull/300))

## [2.0.0](https://github.com/algolia/scout-extended/compare/v1.20.0...v2.0.0) - 2022-01-28
### Added
- Add support for Laravel 9 ([#296](https://github.com/algolia/scout-extended/pull/296))
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', '2.0.0');
UserAgent::addCustomUserAgent('Laravel Scout Extended', '2.0.1');

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

0 comments on commit 9097d1a

Please sign in to comment.