Skip to content

Commit

Permalink
Merge pull request #87 from algolia/bump-190
Browse files Browse the repository at this point in the history
Bump to 1.9.0.
  • Loading branch information
rayrutjes committed May 10, 2016
2 parents 639bac7 + 7fc5dd0 commit 06bc47a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

### 1.9.0
- Made the SecurityTests more reliable
- Added support for Synonyms API endpoints
- Randomized the order of fallback hosts per ClientContext instance
- Fixed some minor typos in the README.md and converted the arrays to short array syntax

### 1.8.2
- Fix custom headers

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.8.0';
const VALUE = '1.9.0';

public static $custom_value = '';

Expand Down

0 comments on commit 06bc47a

Please sign in to comment.