From 49c03173177ffc64176c016b1f857872869add80 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 22 Mar 2023 14:02:38 +0100 Subject: [PATCH] 5.6.0 (#1607) Co-authored-by: Javier Spagnoletti --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a074b71e1..9a29da688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.6.0](https://github.com/sonata-project/SonataUserBundle/compare/5.5.0...5.6.0) - 2023-03-22 +### Added +- [[#1599](https://github.com/sonata-project/SonataUserBundle/pull/1599)] Support for `doctrine/collections` 2 ([@gremo](https://github.com/gremo)) + +### Removed +- [[#1606](https://github.com/sonata-project/SonataUserBundle/pull/1606)] Support for `doctrine/persistence` 2.x ([@jordisala1991](https://github.com/jordisala1991)) + ## [5.5.0](https://github.com/sonata-project/SonataUserBundle/compare/5.4.0...5.5.0) - 2023-02-06 ### Changed - [[#1587](https://github.com/sonata-project/SonataUserBundle/pull/1587)] RolesBuilder: add attributes "admin_code", "group_label", "group_code". ([@piddubnij](https://github.com/piddubnij))