From b7f565f1817b522d21ab1cbb2bff53e3ecba365e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Aug 2015 11:48:42 +0200 Subject: [PATCH] DATAKV-109 - Updated changelog. --- src/main/resources/changelog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 61d8183..e7e7786 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,11 @@ Spring Data KeyValue Changelog ========================== +Changes in version 1.0.0.RC1 (2015-08-04) +----------------------------------------- +* DATAKV-109 - Release 1.0 RC1 (Gosling). + + Changes in version 1.0.0.M1 (2015-06-02) ---------------------------------------- * DATAKV-108 - Release 1.0 M1 (Gosling). @@ -25,4 +30,4 @@ Changes in version 1.0.0.M1 (2015-06-02) * DATAKV-87 - @EnableMapRepositories should allow the definition of the Map-type to be used. * DATAKV-86 - Move configuration infrastructure for Map-based repositories into map package. * DATAKV-85 - Migrate key-value infrastructure from Spring Data Commons. -* DATAKV-84 - Setup project structure. \ No newline at end of file +* DATAKV-84 - Setup project structure.