diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f791cb..d78439b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p # Release Notes -## [Unreleased](https://github.com/algolia/search-bundle/compare/5.0.0...master) +## [Unreleased](https://github.com/algolia/search-bundle/compare/5.1.0...master) + +## [v5.1.0](https://github.com/algolia/search-bundle/compare/5.0.0...5.1.0) + +### Changed +- Update the Algolia API client version ([#360](https://github.com/algolia/search-bundle/pull/360)) ## [v5.0.0](https://github.com/algolia/search-bundle/compare/4.1.2...5.0.0) + ### Breaking Changes - Update Doctrine components and add Symfony 5.2 support ([#355](https://github.com/algolia/search-bundle/pull/355)) - Drops support for PHP < 7.2 diff --git a/src/AlgoliaSearchBundle.php b/src/AlgoliaSearchBundle.php index fb6b7e9..196625f 100644 --- a/src/AlgoliaSearchBundle.php +++ b/src/AlgoliaSearchBundle.php @@ -11,7 +11,7 @@ final class AlgoliaSearchBundle extends Bundle /** * Holds the bundle version. */ - const VERSION = '5.0.0'; + const VERSION = '5.1.0'; /** * @return void