From 6f57eed309fc3b9e129c2643570bf64db892501b Mon Sep 17 00:00:00 2001 From: Chloe Liban Date: Thu, 18 Mar 2021 17:47:51 +0100 Subject: [PATCH] chore: bumps version to 5.0.0 --- CHANGELOG.md | 8 +++++++- README.md | 2 ++ src/AlgoliaSearchBundle.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c21848..7f791cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p # Release Notes -## [Unreleased](https://github.com/algolia/search-bundle/compare/4.1.2...master) +## [Unreleased](https://github.com/algolia/search-bundle/compare/5.0.0...master) + +## [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 + ## [v4.1.2](https://github.com/algolia/search-bundle/compare/4.1.1...4.1.2) diff --git a/README.md b/README.md index 99879e0f..e1136fe5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ * **Flexible**: All methods take optional `$requestOptions` to let you handle your data as you wish * **Dev-friendly**: Auto-completion and type-hinting thanks to an exhaustive documentation +Algolia SearchBundle supports PHP > 7.1 + ## 💡 Getting Started First, install Algolia Search Bundle Integration via the composer package manager: diff --git a/src/AlgoliaSearchBundle.php b/src/AlgoliaSearchBundle.php index 0212eeda..fb6b7e92 100644 --- a/src/AlgoliaSearchBundle.php +++ b/src/AlgoliaSearchBundle.php @@ -11,7 +11,7 @@ final class AlgoliaSearchBundle extends Bundle /** * Holds the bundle version. */ - const VERSION = '4.1.2'; + const VERSION = '5.0.0'; /** * @return void