diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a9ed1d..935ea4ff 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/). +## [2.0.1](https://github.com/sonata-project/sonata-doctrine-extensions/compare/2.0.0...2.0.1) - 2022-08-02 +### Fixed +- [[#434](https://github.com/sonata-project/sonata-doctrine-extensions/pull/434)] Symfony 4.4 compatibility ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [2.0.0](https://github.com/sonata-project/sonata-doctrine-extensions/compare/2.0.0-alpha1...2.0.0) - 2022-07-28 ### Removed - [[#429](https://github.com/sonata-project/sonata-doctrine-extensions/pull/429)] EntityManagerMockFactoryTrait ([@VincentLanglet](https://github.com/VincentLanglet))