From b492d3e4c8c11de70d4e17c3ada87a822df0adc8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 27 Nov 2018 11:44:48 +0100 Subject: [PATCH] DATACMNS-1407 - 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 bb10016f9..00d17d860 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,14 @@ Spring Data Commons Changelog ============================= +Changes in version 2.0.12.RELEASE (2018-11-27) +---------------------------------------------- +* DATACMNS-1415 - ConcurrentModificationException in SpelAwareProxyProjectionFactory. +* DATACMNS-1411 - Simplify TravisCI build definition. +* DATACMNS-1407 - Release 2.0.12 (Kay SR12). +* DATACMNS-1403 - Fixed example source in reference documentation. + + Changes in version 1.13.17.RELEASE (2018-11-27) ----------------------------------------------- * DATACMNS-1415 - ConcurrentModificationException in SpelAwareProxyProjectionFactory.