From 0aefec8155fb39780c98c78f2fa0fbcdb6b78d8d Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Tue, 26 Oct 2021 09:02:53 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34819f9..3121720a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.1](https://github.com/sonata-project/form-extensions/compare/1.12.0...1.12.1) - 2021-10-26 +### Fixed +- [[#280](https://github.com/sonata-project/form-extensions/pull/280)] Fixed support for Symfony 6, adding a return type on `getContainerExtensionClass` ([@jordisala1991](https://github.com/jordisala1991)) + ## [1.12.0](https://github.com/sonata-project/form-extensions/compare/1.11.0...1.12.0) - 2021-10-17 ### Added - [[#272](https://github.com/sonata-project/form-extensions/pull/272)] `@method` annotation to the ErrorElement class ([@VincentLanglet](https://github.com/VincentLanglet))