Skip to content

Commit

Permalink
chore: bumps version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Jun 16, 2022
1 parent 2ab1dae commit 9cc09e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
## [2.0.3](https://github.com/algolia/scout-extended/compare/v2.0.2...v2.0.3) - 2022-06-16

### Added
- Implement `lazyMap` method ([#307](https://github.com/algolia/scout-extended/pull/307))

### Fixed
- Aggregator collection macros being overwritten by models ([#308](https://github.com/algolia/scout-extended/pull/308))

## [2.0.2](https://github.com/algolia/scout-extended/compare/v2.0.1...v2.0.2) - 2022-02-24
### Fixed
- Fixed bug where queued aggregator deletes failed ([#287](https://github.com/algolia/scout-extended/pull/287))
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.2');
UserAgent::addCustomUserAgent('Laravel Scout Extended', '2.0.3');

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

0 comments on commit 9cc09e5

Please sign in to comment.