From d7b3c33845fee3536ed64d67e120cfeff19e9ae3 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Thu, 11 Mar 2021 06:19:45 -0300 Subject: [PATCH] 3.12.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e03424..5991bb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.12.0](https://github.com/sonata-project/SonataNotificationBundle/compare/3.11.0...3.12.0) - 2021-03-24 +### Added +- [[#564](https://github.com/sonata-project/SonataNotificationBundle/pull/564)] Support for "symfony/config:^5.2" ([@phansys](https://github.com/phansys)) +- [[#564](https://github.com/sonata-project/SonataNotificationBundle/pull/564)] Support for "symfony/dependency-injection:^5.2" ([@phansys](https://github.com/phansys)) +- [[#564](https://github.com/sonata-project/SonataNotificationBundle/pull/564)] Support for "symfony/http-foundation:^5.2" ([@phansys](https://github.com/phansys)) +- [[#545](https://github.com/sonata-project/SonataNotificationBundle/pull/545)] Add support for PHP 8.x ([@Yozhef](https://github.com/Yozhef)) + +### Changed +- [[#567](https://github.com/sonata-project/SonataNotificationBundle/pull/567)] Minimum supported version for "nelmio/api-doc-bundle" bumped to >=2.13.5 ([@phansys](https://github.com/phansys)) + ## [3.11.0](https://github.com/sonata-project/SonataNotificationBundle/compare/3.10.0...3.11.0) - 2021-01-27 ### Added - [[#522](https://github.com/sonata-project/SonataNotificationBundle/pull/522)] Added support for `doctrine/persistence` 2 ([@core23](https://github.com/core23))