From 919f3d7fc92325d03cfe5eeb178290588855dcae Mon Sep 17 00:00:00 2001 From: Alexis Thinardon Date: Mon, 8 Jul 2019 10:31:08 +0200 Subject: [PATCH] Prepare release 2.0.2 --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb781c..cb55c23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file. 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). +## [2.0.2] - 2019-07-08 +### Changed + +- Add cacheable supports on Domain Denormalizer + ## [2.0.1] - 2019-07-05 ### Fixed -- Fix domain denormalizer construct signature +- Fix domain denormalizer construct signature ## [2.0.0] - 2019-07-05 ### Changed -- support for Symfony 4.3 and 5.0 +- Support for Symfony 4.3 and 5.0 ### Fixed