From 6dbba11de446eb9955a150a422af0cf5231c5d8d Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 1 Apr 2019 19:05:12 +0200 Subject: [PATCH] DATAREDIS-922 - Updated changelog. --- src/main/resources/changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 5f7864b1d..e06ffea3c 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.0.14.RELEASE (2019-04-01) +---------------------------------------------- +* DATAREDIS-945 - Let the CI build use -U for Maven execution. +* DATAREDIS-936 - Upgrade to Jedis 2.9.3. +* DATAREDIS-932 - Jedis exception message for MULTI has typo. +* DATAREDIS-922 - Release 2.0.14 (Kay SR14). +* DATAREDIS-915 - RedisCacheManager documentation contains incorrect example. + + Changes in version 1.8.20.RELEASE (2019-04-01) ---------------------------------------------- * DATAREDIS-957 - Release 1.8.20 (Ingalls SR20).