Skip to content

Commit 74d8c73

Browse files
committed
chore: bump version to v3.1.0
1 parent d685b72 commit 74d8c73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.1.0](https://github.com/algolia/scout-extended/compare/v3.0.1...v3.1.0) - 2024-03-21
10+
### Added
11+
- Laravel 11 support ([#339](https://github.com/algolia/scout-extended/pull/339))
12+
913
## [3.0.1](https://github.com/algolia/scout-extended/compare/v3.0.0...v3.0.1) - 2024-02-26
1014
### Added
1115
- Add configuration option to not use `deleteBy` ([#334](https://github.com/algolia/scout-extended/pull/334))

src/Managers/EngineManager.php

+1-1
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', '3.0.1');
30+
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.1.0');
3131

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

0 commit comments

Comments
 (0)