diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b9a93c..562311b5 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.13.1](https://github.com/sonata-project/sonata-doctrine-extensions/compare/1.13.0...1.13.1) - 2021-07-20 +### Fixed +- [[#327](https://github.com/sonata-project/sonata-doctrine-extensions/pull/327)] `EntityManagerMockFactoryTrait` mocks all the basic methods of `QueryBuilder` ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [1.13.0](https://github.com/sonata-project/sonata-doctrine-extensions/compare/1.12.0...1.13.0) - 2021-06-15 ### Added - [[#323](https://github.com/sonata-project/sonata-doctrine-extensions/pull/323)] Added `ClearableManagerInterface` to be able to clear the Manager in an easy way. ([@jordisala1991](https://github.com/jordisala1991))