diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c59cfa480..f92e04b53 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Redis Changelog =========================== +Changes in version 2.2.3.RELEASE (2019-12-04) +--------------------------------------------- +* DATAREDIS-1070 - Fix comment on ZSetOperations.reverseRangeByScore. +* DATAREDIS-1069 - Release 2.2.3 (Moore SR3). +* DATAREDIS-1062 - Disable select database command before executing each command. +* DATAREDIS-1055 - Upgrade to Lettuce 5.2.1. + + Changes in version 2.1.14.RELEASE (2019-12-04) ---------------------------------------------- * DATAREDIS-1070 - Fix comment on ZSetOperations.reverseRangeByScore. @@ -1826,3 +1834,4 @@ General * Atomic counter support classes * JDK Collection implementations on top of Redis +