Skip to content

Commit 9bd38ae

Browse files
committed
chore: bump version to v3.1.2
1 parent 6edc951 commit 9bd38ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9-
## [3.1.1](https://github.com/algolia/scout-extended/compare/v3.1.0...v3.1.2) - 2024-03-21
9+
## [3.1.2](https://github.com/algolia/scout-extended/compare/v3.1.1...v3.1.2) - 2025-02-13
10+
### Fixed
11+
- Fix support for `laravel/scout v10.11.6` and up ([#351](https://github.com/algolia/scout-extended/pull/351))
12+
13+
## [3.1.1](https://github.com/algolia/scout-extended/compare/v3.1.0...v3.1.1) - 2024-03-21
1014
### Fixed
1115
- Conflict with `laravel/scout v10.11.6` and up ([#348](https://github.com/algolia/scout-extended/pull/348))
1216

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

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

0 commit comments

Comments
 (0)