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.