From f3ec8782cd0b3bdfd26b38bf4ffb03037d002257 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 27 Nov 2018 13:42:15 +0100 Subject: [PATCH] DATAREDIS-885 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 21705df39..d46191dbd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Redis Changelog =========================== +Changes in version 2.1.3.RELEASE (2018-11-27) +--------------------------------------------- +* DATAREDIS-897 - Upgrade to Lettuce 5.1.3. +* DATAREDIS-890 - JedisClusterTopologyProvider sends nodes operation always to the same node. +* DATAREDIS-885 - Release 2.1.3 (Lovelace SR3). + + Changes in version 2.0.12.RELEASE (2018-11-27) ---------------------------------------------- * DATAREDIS-890 - JedisClusterTopologyProvider sends nodes operation always to the same node.