From 6a836212d779e483f0a45a26804ceb82ea698f1e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Apr 2017 21:11:54 +0200 Subject: [PATCH] DATALDAP-29 - Updated changelog. --- src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 141035b..814dbed 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,21 @@ Spring Data LDAP Changelog ========================== +Changes in version 2.0.0.M2 (2017-04-04) +---------------------------------------- +* DATALDAP-27 - Replace nexus.codehaus.org in TravisCI build with oss.sonatype.org. +* DATALDAP-25 - Fix link to spring-ldap documentation in reference documentation. +* DATALDAP-21 - Integrate Data Commons Java 8 upgrade branch. +* DATALDAP-18 - Upgrade to Spring Data LDAP 2.3.1. +* DATALDAP-17 - Update project documentation with the CLA tool integration. +* DATALDAP-15 - Upgrade to Spring LDAP 2.3 RC1. +* DATALDAP-14 - Add build profile for next Spring LDAP version. +* DATALDAP-12 - Upgrade to a newer JDK version on TravisCI. +* DATALDAP-11 - Upgrade to Spring LDAP 2.2.0 GA. +* DATALDAP-9 - Adapt API in RepositoryFactoryBeanSupport implementation. +* DATALDAP-8 - Set up 2.0 development. + + Changes in version 1.0.1.RELEASE (2017-03-02) --------------------------------------------- * DATALDAP-20 - Release 1.0.1 (Ingalls SR1).