Skip to content

Commit

Permalink
chore(release): Release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Nov 6, 2018
1 parent 76ee4ea commit c167ba3
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
Expand Up @@ -4,6 +4,12 @@

<Contributors, please add your changes below this line>

### 1.28.0

* Introduce `$client->multipleGetObjects()` to retrieve objects via ObjectID
across multiple indices

* fix `$index->waitTask` to return task, behavior prior to 1.27.0

### 1.27.0

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.27.0';
const VALUE = '1.28.0';

public static $custom_value = '';

Expand Down

0 comments on commit c167ba3

Please sign in to comment.