Skip to content

Commit fc60131

Browse files
Release v1.0.1
1 parent ba69739 commit fc60131

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3-
# v1.0.0
3+
### 1.0.1
4+
5+
* Move UserAgent definition to ServiceProvider
6+
* Add compatibility withs Scout ^4.0 (Thanks to @tomcoonen)
7+
8+
## 1.0.0
49

510
* Initial release

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ServiceProvider extends LaravelServiceProvider
1212
{
1313
public function boot()
1414
{
15-
AlgoliaUserAgent::addSuffixUserAgentSegment('; Laravel Scout settings package', '1.0.0');
15+
AlgoliaUserAgent::addSuffixUserAgentSegment('; Laravel Scout settings package', '1.0.1');
1616

1717
if (!class_exists('AlgoliaSearch\Client')) {
1818
throw new Exception("It seems like you are not using Algolia. This package requires the Algolia engine.", 1);

0 commit comments

Comments
 (0)