diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 60c8373..8e892ce 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,15 @@ Spring Data LDAP Changelog ========================== +Changes in version 2.1.0.M2 (2018-04-13) +---------------------------------------- +* DATALDAP-68 - Spring Data Ldap introduces spring-web as dependency without any reason. +* DATALDAP-65 - QueryDSL support throw IllegalStateException with a null Predicate. +* DATALDAP-64 - Export composable repositories via CDI. +* DATALDAP-60 - Enable Spring Data LDAP for Spring Data REST usage. +* DATALDAP-59 - Release 2.1 M2 (Lovelace). + + Changes in version 2.0.6.RELEASE (2018-04-04) --------------------------------------------- * DATALDAP-65 - QueryDSL support throw IllegalStateException with a null Predicate.