From 4e7616f82c01461f6091a0c816b3dd91e1dd56a4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 4 Apr 2017 21:11:52 +0200 Subject: [PATCH] #292 - Updated changelog. --- src/main/resources/changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2278b650..d50b7ad1 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,26 @@ Spring Data Build - Changelog ============================= +Changes in version 2.0.0.M2 (2017-04-04) +---------------------------------------- +* #328 - Upgrade to Reactor 3.0.6. +* #327 - Update dependencies and plugins. +* #326 - Upgrade to RxJava2 2.0.8. +* #325 - Upgrade to RxJava 1.2.9. +* #324 - Switch to Spring Framework 5.0 M5. +* #323 - Upgrade Mockito to 2.x. +* #321 - Provide importorder file, remove IntelliJ formatter jar and provide guidance for IntelliJ users. +* #320 - Upgrade to latest reactive dependencies. +* #314 - Upgrade to Lombok 1.16.14. +* #305 - Add build profile for pre-release checks. +* #302 - Add Spring Data LDAP to BOM (Kay). +* #300 - Upgrade to Spring 5.0 SNAPSHOT. +* #299 - Upgrade to Spring HATEOAS 0.23. +* #298 - Update target for static resource distribution. +* #292 - Release 2.0 M2 (Kay). +* #251 - Upgrade to Mockito 2. + + Changes in version 1.9.1.RELEASE (2017-03-02) --------------------------------------------- * #317 - Upgrade to latest bugfix dependencies.