From 8178df36fb973f530575ca24a47e64bdf7c370c3 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 May 2022 15:35:38 -0700 Subject: [PATCH] Edit changelog and add 2.0.0-M3 release notes. --- .../spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode-project/spring-geode/src/main/resources/changelog.txt b/spring-geode-project/spring-geode/src/main/resources/changelog.txt index 054effc7..60fee6b1 100644 --- a/spring-geode-project/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode-project/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 2.0.0-M3 (2022-05-19) +---------------------------------------- +Aligns SBDG with Spring Boot 3.0.0-M3. + +* Built with Java 17, JDK 17+35-LTS-2724 (2021-09-14 LTS). +* Upgrades to Spring Framework 6.0.0-M4 +* Upgrades to Spring Boot 3.0.0-M3. +* Upgrades to Spring Cloud Bindings 1.9.0. +* Upgrades to Spring Data BOM 2022.0.0-M4 (Raj-GA). +* Upgrades to Spring Data for Apache Geode 3.0.0-M4. +* Upgrades to Spring Session BOM 2022.0.0-M2. +* Upgrades to Spring Session for Apache Geode 3.0.0-M3. +* Upgrades to Spring Test for Apache Geode 1.0.0-M4. + + Changes in version 1.7.0 (2022-05-19) ------------------------------------- Aligns SBDG with Spring Boot 2.7.0