From ec01567ab70d49aca866c1cd87af655bffe18886 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 4 Dec 2019 11:40:54 +0100 Subject: [PATCH] DATAREDIS-1068 - 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 e2d0f6c7c..c59cfa480 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,12 @@ Spring Data Redis Changelog =========================== +Changes in version 2.1.14.RELEASE (2019-12-04) +---------------------------------------------- +* DATAREDIS-1070 - Fix comment on ZSetOperations.reverseRangeByScore. +* DATAREDIS-1068 - Release 2.1.14 (Lovelace SR14). + + Changes in version 2.2.2.RELEASE (2019-11-18) --------------------------------------------- * DATAREDIS-1067 - Documentation for MappingConfiguration uses wrong arguments. @@ -1819,3 +1825,4 @@ General * Various serialization strategies * Atomic counter support classes * JDK Collection implementations on top of Redis +