diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4088b55ac..b8544af1c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data Redis Changelog =========================== +Changes in version 2.5.3 (2021-07-16) +------------------------------------- +* #2122 - Upgrade to redis/jedis driver 3.6.2. +* #2119 - Upgrade to Lettuce 6.1.4. +* #2116 - Introduce factory methods to configure `LettuceConnectionFactory` from `RedisURI`. +* #2103 - Cannot connect to Redis Sentinel using database greater 0 through Jedis. +* #2088 - Add support for ZMSCORE and ZPOPMIN/ZPOPMAX commands. + + Changes in version 2.5.2 (2021-06-22) ------------------------------------- * #2093 - Upgrade to Jedis 3.6.1. @@ -2445,5 +2454,6 @@ General +