From 4ed1b6764d700ec03db546b2e56e0ea1de675654 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 28 Jul 2022 09:59:42 +0200 Subject: [PATCH] 2.0.0 (#430) * 2.0.0-rc-1 * Change to 2.0.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453dda36..a7a9ed1d 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.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)) + ## [2.0.0-alpha-1](https://github.com/sonata-project/sonata-doctrine-extensions/compare/1.x...2.0.0-alpha-1) - 2022-06-14 ### Changed - [[#423](https://github.com/sonata-project/sonata-doctrine-extensions/pull/423)] Visibility of BaseManager::getObjectManager to protected ([@VincentLanglet](https://github.com/VincentLanglet))