From be29ca8c95b993549dd2b8df6ccd7500f9395b37 Mon Sep 17 00:00:00 2001 From: Devin Beeuwkes Date: Thu, 7 Oct 2021 16:49:04 +0200 Subject: [PATCH] chore: bumps version to 5.1.2 --- CHANGELOG.md | 7 ++++++- src/AlgoliaSearchBundle.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8be618..51142de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ 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.1.1...master) +## [Unreleased](https://github.com/algolia/search-bundle/compare/5.1.2...master) + +## [v5.1.2](https://github.com/algolia/search-bundle/compare/5.1.1...5.1.2) + +### Fixed +- Made the `SettingsManager` class non-final ([#365](https://github.com/algolia/search-bundle/pull/365)) ## [v5.1.1](https://github.com/algolia/search-bundle/compare/5.1.0...5.1.1) diff --git a/src/AlgoliaSearchBundle.php b/src/AlgoliaSearchBundle.php index bb78eb0..810924d 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.1.1'; + const VERSION = '5.1.2'; /** * @return void