Skip to content

Commit

Permalink
Release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Sep 4, 2018
1 parent 8fb2850 commit 14b4b9d
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 @@ -7,6 +7,12 @@ UNRELEASED
* <Add new entries here>


3.3.1
----------

* Little optimization, AlgoliaEngine will serialize an Entity only once - PR [#255](https://github.com/algolia/search-bundle/pull/255)


3.3.0
----------

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.0';
const VERSION = '3.3.1';

public function boot()
{
Expand Down

0 comments on commit 14b4b9d

Please sign in to comment.