Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #128 from algolia/bump-1.7.1
Browse files Browse the repository at this point in the history
chore(release): bump version to 1.7.1
  • Loading branch information
rayrutjes authored Jan 30, 2017
2 parents 8ca9de8 + 1724d96 commit 22863b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.7.1 (release 2017-01-31)
- Make compatible with Laravel 5.4

## 1.1.0 (release 2016-05-03)

- Add option to dynamically set `autoIndex` and/or `autoDelete` by methods in model.
Expand Down
2 changes: 1 addition & 1 deletion src/AlgoliaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AlgoliaServiceProvider extends ServiceProvider
{
public function register()
{
Version::addPrefixUserAgentSegment('Laravel integration', '1.7.0');
Version::addPrefixUserAgentSegment('Laravel integration', '1.7.1');
Version::addSuffixUserAgentSegment('PHP', phpversion());
$laravel = app();
Version::addSuffixUserAgentSegment('Laravel', $laravel::VERSION);
Expand Down

0 comments on commit 22863b2

Please sign in to comment.