Skip to content

Commit bf3d787

Browse files
committed
chore: bumps version to v3.0.0
1 parent d27ffec commit bf3d787

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [3.0.0](https://github.com/algolia/scout-extended/compare/v2.1.0...v3.0.0) - 2022-02-06
10+
### Added
11+
- Laravel 10 support ([#320](https://github.com/algolia/scout-extended/pull/320))
12+
913
## [2.1.0](https://github.com/algolia/scout-extended/compare/v2.0.4...v2.1.0) - 2022-10-21
1014
### Changed
1115
- Removed `final` from all classes ([#317](https://github.com/algolia/scout-extended/pull/317))

src/Managers/EngineManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
2727
*/
2828
public function createAlgoliaDriver(): AlgoliaEngine
2929
{
30-
UserAgent::addCustomUserAgent('Laravel Scout Extended', '2.1.0');
30+
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.0.0');
3131

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

0 commit comments

Comments
 (0)