From d7acc29849fb46e96d92324f1c3651e747e889de Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Thu, 9 Jun 2022 18:45:37 +0200 Subject: [PATCH] feat(doc): update changelog for 2.2.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3dc2b..37fa8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.2.0] - 2021-06-09 ### Added - Deleted objects will now trigger PostPersistDomainRule like insertions & updates +### Changed +- Updated test suite to work with PHPUnit 8.x and run CI with PHP 8.0 & 8.1 + ## [2.1.4] - 2020-09-01 ### Fixed - Compatibilty with Symfony 4.3 (and 5.x), basically make the library usable again.