File tree 2 files changed +5
-1
lines changed
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/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.0] ( https://github.com/algolia/scout-extended/compare/v2.0.4...v2.1.0 ) - 2022-10-21
10
+ ### Changed
11
+ - Removed ` final ` from all classes ([ #317 ] ( https://github.com/algolia/scout-extended/pull/317 ) )
12
+
9
13
## [ 2.0.4] ( https://github.com/algolia/scout-extended/compare/v2.0.3...v2.0.4 ) - 2022-06-20
10
14
### Fixed
11
15
- Fix bug where aggregators with models without the ` Searchable ` model caused error ([ #310 ] ( https://github.com/algolia/scout-extended/pull/310 ) )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
27
27
*/
28
28
public function createAlgoliaDriver (): AlgoliaEngine
29
29
{
30
- UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '2.0.4 ' );
30
+ UserAgent::addCustomUserAgent ('Laravel Scout Extended ' , '2.1.0 ' );
31
31
32
32
return new AlgoliaEngine (SearchClient::create (config ('scout.algolia.id ' ), config ('scout.algolia.secret ' )));
33
33
}
You can’t perform that action at this time.
0 commit comments