Skip to content

Commit

Permalink
Release 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Sep 13, 2018
1 parent 6bb8b1d commit bf8649b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ CHANGELOG
UNRELEASED
----------

* Fix bug in `IndexManager::count` to take parameters into account

3.3.2
----------

* Fix bug in `IndexManager::count` to take parameters into account - PR [#260](https://github.com/algolia/search-bundle/pull/260)

Note that this bug fix is backward compatible but should be clean up
when we release a next major version.


3.3.1
----------

Expand Down
2 changes: 1 addition & 1 deletion src/AlgoliaSearchBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class AlgoliaSearchBundle extends Bundle
{
const VERSION = '3.3.1';
const VERSION = '3.3.2';

public function boot()
{
Expand Down

0 comments on commit bf8649b

Please sign in to comment.