From d0b85df21f65499db87341648541a526a1f7960d Mon Sep 17 00:00:00 2001 From: Stefano Arlandini Date: Mon, 31 May 2021 09:54:49 +0200 Subject: [PATCH] Prepare release 4.1.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ce7fa1..49f86178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 4.1.3 (2021-05-31) + +- Fix missing require of the `symfony/cache-contracts` package (#506) + ## 4.1.2 (2021-05-17) - Fix the check of the existence of the `CacheItem` class while attempting to enable the cache instrumentation (#501)