Skip to content

Commit

Permalink
Bump to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetr committed May 17, 2016
1 parent d94ef9a commit 94763d9
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.9.1
- Fix `Index::saveObject` method signature
- Made the AccessTests more reliable

### 1.9.0
- Made the SecurityTests more reliable
- Added support for Synonyms API endpoints
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.9.0';
const VALUE = '1.9.1';

public static $custom_value = '';

Expand Down

0 comments on commit 94763d9

Please sign in to comment.