From 4fa7ca1fc7aac75ca19c53084051d6bfbba4e83e Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 27 Nov 2018 11:44:56 +0100 Subject: [PATCH] DATAREDIS-879 - 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 95aee0c04..21705df39 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.0.12.RELEASE (2018-11-27) +---------------------------------------------- +* DATAREDIS-890 - JedisClusterTopologyProvider sends nodes operation always to the same node. +* DATAREDIS-879 - Release 2.0.12 (Kay SR12). +* DATAREDIS-872 - InitialValue is not specified when two threads use the RedisAtomicInteger constructor concurrently, and two threads can cause thread safety issues. + + Changes in version 1.8.17.RELEASE (2018-11-27) ---------------------------------------------- * DATAREDIS-880 - Release 1.8.17 (Ingalls SR17).