File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9- ## [ 3.1.2] ( https://github.com/algolia/scout-extended/compare/v3.1.2...v3.1.3 ) - 2025-02-13
9+ ## [ 3.2.0] ( https://github.com/algolia/scout-extended/compare/v3.1.3...v3.2.0 ) - 2025-03-21
10+ ### Added
11+ - Laravel 12 support ([ #355 ] ( https://github.com/algolia/scout-extended/pull/355 ) )
12+
13+ ## [ 3.1.3] ( https://github.com/algolia/scout-extended/compare/v3.1.2...v3.1.3 ) - 2025-02-13
1014### Fixed
1115- Fix definition of ` WhereIn `
1216
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.1.3 ' );
30+ UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '3.2.0 ' );
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