File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/scout/compare/v9.5.1...10.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/scout/compare/v9.5.1...master )
4
4
5
5
## [ v9.5.1] ( https://github.com/laravel/scout/compare/v9.5.0...v9.5.1 ) - 2022-12-08
6
6
Original file line number Diff line number Diff line change 41
41
},
42
42
"extra" : {
43
43
"branch-alias" : {
44
- "dev-master" : " 10 .x-dev"
44
+ "dev-master" : " 11 .x-dev"
45
45
},
46
46
"laravel" : {
47
47
"providers" : [
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function createAlgoliaDriver()
36
36
{
37
37
$ this ->ensureAlgoliaClientIsInstalled ();
38
38
39
- UserAgent::addCustomUserAgent ('Laravel Scout ' , '10 .0.0-dev ' );
39
+ UserAgent::addCustomUserAgent ('Laravel Scout ' , '11 .0.0-dev ' );
40
40
41
41
$ config = SearchConfig::create (
42
42
config ('scout.algolia.id ' ),
You can’t perform that action at this time.
0 commit comments