From 8d5489e048c4f65a551211ff0760c8344d347f70 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 30 Sep 2019 15:50:38 +0200 Subject: [PATCH] DATACASS-682 - 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 7891afb98..2992c2452 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.2.0.RELEASE (2019-09-30) +--------------------------------------------- +* DATACASS-689 - Remove @ExperimentalCoroutinesApi annotations. +* DATACASS-688 - Add documentation for Kotlin support. +* DATACASS-687 - Creation of UDTs is sometimes not in the correct order. +* DATACASS-682 - Release 2.2 GA (Moore). + + Changes in version 2.1.11.RELEASE (2019-09-30) ---------------------------------------------- * DATACASS-687 - Creation of UDTs is sometimes not in the correct order.