From 7b4a4c9cc3bb83a02a0fbc800c0d18f3a3e326bc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 26 Jul 2018 14:43:04 +0200 Subject: [PATCH] DATAREDIS-845 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 7bc255b65..72fec0cc9 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.0.9.RELEASE (2018-07-26) +--------------------------------------------- +* DATAREDIS-852 - NullPointerException using Lettuce with Range.Bound.unbounded(). +* DATAREDIS-850 - Wrong assertion in ReactiveStringCommands.pSetEX(…). +* DATAREDIS-845 - Release 2.0.9 (Kay SR9). +* DATAREDIS-843 - RedisAtomic[*].compareAndSet is not atomic. + + Changes in version 2.1.0.RC1 (2018-07-26) ----------------------------------------- * DATAREDIS-852 - NullPointerException using Lettuce with Range.Bound.unbounded().