From 7f956b9002e6acc66e95dcefce37f30c4bdbcd4b Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 10 Sep 2018 12:51:25 +0200 Subject: [PATCH] DATAREDIS-854 - 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 c9cc7709b..41e7ea74a 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.10.RELEASE (2018-09-10) +---------------------------------------------- +* DATAREDIS-862 - Document that Redis Repositories do not support transactions. +* DATAREDIS-854 - Release 2.0.10 (Kay SR10). +* DATAREDIS-741 - Improve repository operation documentation. + + Changes in version 1.8.15.RELEASE (2018-09-10) ---------------------------------------------- * DATAREDIS-862 - Document that Redis Repositories do not support transactions.