Skip to content

Commit

Permalink
chore: bump version to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinCodes committed Nov 22, 2024
1 parent 052f7dd commit dc325a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [3.1.1](https://github.com/algolia/scout-extended/compare/v3.1.0...v3.1.2) - 2024-03-21
### Fixed
- Conflict with `laravel/scout v10.11.6` and up ([#348](https://github.com/algolia/scout-extended/pull/348))

## [3.1.0](https://github.com/algolia/scout-extended/compare/v3.0.1...v3.1.0) - 2024-03-21
### Added
- Laravel 11 support ([#339](https://github.com/algolia/scout-extended/pull/339))
Expand Down
2 changes: 1 addition & 1 deletion src/Managers/EngineManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class EngineManager extends BaseEngineManager
*/
public function createAlgoliaDriver(): AlgoliaEngine
{
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.1.0');
UserAgent::addCustomUserAgent('Laravel Scout Extended', '3.1.1');

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

0 comments on commit dc325a3

Please sign in to comment.