From 66a4a9bce6b671859427d12a6117e70b7b7be03d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 6 Aug 2021 13:57:39 +0200 Subject: [PATCH] Moved bugfix from Unreleased to v2.8.0, as it's already fixed there --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad370d99..e53d4f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * *Nothing* ### Fixed -* [#1098](https://github.com/shlinkio/shlink/issues/1098) Fixed errors when using a Redis Cluster for caching, caused by `doctrine/cache` not fully supporting clusters. +* *Nothing* ## [2.8.0] - 2021-08-04 @@ -50,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * [#1046](https://github.com/shlinkio/shlink/issues/1046) Dropped support for PHP 7.4. ### Fixed -* *Nothing* +* [#1098](https://github.com/shlinkio/shlink/issues/1098) Fixed errors when using a Redis Cluster for caching, caused by `doctrine/cache` not fully supporting clusters. ## [2.7.3] - 2021-08-02