From 48b6d73a211b45ebfd79df8bdd5a85eb1b8c8820 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 27 Nov 2017 15:16:07 +0100 Subject: [PATCH] DATAREDIS-717 - Updated changelog. --- src/main/resources/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index ad4e4dc9d..6b8da68d9 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,12 @@ Commit changelog: http://github.com/spring-projects/spring-data-redis/tree/v[ver Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604 =========================== +Changes in version 1.8.9.RELEASE (2017-11-27) +--------------------------------------------- +* DATAREDIS-733 - Typo in ValueOperations.increment documentation link. +* DATAREDIS-717 - Release 1.8.9 (Ingalls SR9). + + Changes in version 2.0.1.RELEASE (2017-10-27) --------------------------------------------- * DATAREDIS-720 - Reactive connections using Lettuce do not use shared connection.