From aa3ed4e22b89fcc6737d7f294a6de4f4c62d76e9 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 13 Feb 2019 09:55:28 +0100 Subject: [PATCH] DATACASS-622 - 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 055c1635d..d283f9951 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Cassandra Changelog =============================== +Changes in version 2.1.5.RELEASE (2019-02-13) +--------------------------------------------- +* DATACASS-625 - Upgrade to Apache Cassandra 3.11.4. +* DATACASS-622 - Release 2.1.5 (Lovelace SR5). +* DATACASS-599 - Assert compatibility with Guava 26.0-jre+. +* DATACASS-585 - @PrimaryKeyColumn does not identify a property as @Id property. + + Changes in version 2.1.4.RELEASE (2019-01-10) --------------------------------------------- * DATACASS-616 - Update copyright years to 2019.