From 06149a16b27aa584ab99d3023c228d953d7884f8 Mon Sep 17 00:00:00 2001 From: "Nek (Maxime Veber)" Date: Thu, 20 Aug 2020 23:59:29 +0200 Subject: [PATCH] Prepare release 2.1.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33971ad..763fdd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1.4] - 2020-08-20 +### Fixed +- Compatibilty with Symfony 4.3 (and 5.x), basically make the library usable again. + ## [2.1.2] - 2020-03-09 ### Fixed - Change the interface used in the DomainEventDispatcherInterface for the event dispatcher to make it compliant