From 01ae2af9fd056d57af624bfcc4b3f497a8f0c20a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 25 Jul 2017 15:33:29 +0200 Subject: [PATCH] DATAREDIS-670 - Updated changelog. --- src/main/resources/changelog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 82023259b..c08fb1ce5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -6,6 +6,11 @@ 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 2.0.0.RC2 (2017-07-25) +----------------------------------------- +* DATAREDIS-670 - Release 2.0 RC2 (Kay). + + Changes in version 2.0.0.RC1 (2017-07-25) ----------------------------------------- * DATAREDIS-665 - Upgrade to Lettuce 5.0 RC1.