From bf8649b1401a757feac92bd5b1d91557b37658c5 Mon Sep 17 00:00:00 2001 From: Julien Bourdeau Date: Thu, 13 Sep 2018 14:45:12 +0200 Subject: [PATCH] Release 3.3.2 --- CHANGELOG.md | 7 +++++-- src/AlgoliaSearchBundle.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d366bf..8430dd05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ---------- diff --git a/src/AlgoliaSearchBundle.php b/src/AlgoliaSearchBundle.php index 419ebec5..c34e834d 100644 --- a/src/AlgoliaSearchBundle.php +++ b/src/AlgoliaSearchBundle.php @@ -9,7 +9,7 @@ class AlgoliaSearchBundle extends Bundle { - const VERSION = '3.3.1'; + const VERSION = '3.3.2'; public function boot() {