From 57ad251b44f42f463adea7338ad006fd44123b78 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Tue, 25 Sep 2018 12:31:08 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8196b85c..49dca8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.1.3] - 2018-09-25 +#### Fixed +- Dump dictionary command compatibility with Symfony 3.3 + ## [2.1.2] - 2018-02-16 ### Fixed - `knp_dictionary.registry` service declaration set public to true (Symfony 4 fix)