Skip to content

Commit

Permalink
Merge pull request #280 from algolia/chore/bump-1.17.0
Browse files Browse the repository at this point in the history
chore(release): bump version to 1.17.0
  • Loading branch information
rayrutjes committed Apr 3, 2017
2 parents 86fecf7 + 5243dd5 commit 470c5cc
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
@@ -1,5 +1,9 @@
## Change Log

### 1.17.0

- add a strategy to keep state between PHP requests

### 1.16.0

- rename userKey to apiKey in the different keys related methods
Expand Down
2 changes: 1 addition & 1 deletion src/AlgoliaSearch/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

class Version
{
const VALUE = '1.16.0';
const VALUE = '1.17.0';

public static $custom_value = '';

Expand Down

0 comments on commit 470c5cc

Please sign in to comment.