File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ 3.2.2] ( https://github.com/algolia/scout-extended/compare/v3.2.1...v3.2.2 ) - 2025-06-04
10+ ### Fixed
11+ - Fix AggregatorObserver sync status ([ #356 ] ( https://github.com/algolia/scout-extended/pull/356 ) )
12+
913## [ 3.2.1] ( https://github.com/algolia/scout-extended/compare/v3.2.0...v3.2.1 ) - 2025-04-16
1014### Fixed
1115- Check if index exists before force creating ([ #357 ] ( https://github.com/algolia/scout-extended/pull/357 ) )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
2727 */
2828 public function createAlgoliaDriver (): AlgoliaEngine
2929 {
30- UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '3.2.1 ' );
30+ UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '3.2.2 ' );
3131
3232 return new AlgoliaEngine (SearchClient::create (config ('scout.algolia.id ' ), config ('scout.algolia.secret ' )));
3333 }
You can’t perform that action at this time.
0 commit comments