From 11386a4d52d16ab12c11c6f286de0996148dd5ca Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 10 Feb 2022 17:05:56 -0800 Subject: [PATCH] Edit changelog and add 2.0.0-M1 release notes. --- spring-geode/src/main/resources/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index bb71cee8..18264236 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,24 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 2.0.0-M1 (2022-02-16) +---------------------------------------- +Aligns SBDG with Spring Boot 3.0.0-M1. + +* Rebases SBDG on Java 17. +* Rebases SBDG on Jakarta EE 9. +* Rebases SBDG on Spring Framework 6.0.0-M2. +* Rebases SBDG on Spring Boot 3.0.0-M1. +* Rebases SBDG on Spring Data BOM 2022.0.0-M1 +* Rebases SBDG on Spring Data for Apache Geode 3.0.0-M1. +* Rebases SBDG on Spring Session BOM 2022.0.0-M1. +* Rebases SBDG on Spring Session for Apache Geode 3.0.0-M1. +* Rebases SBDG on Spring Test for Apache Geode 1.0.0-M2. +* Upgrades to Apache Geode 1.14.3. +* Upgrades to Gradle 7.4. +* Upgrades to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.3. + + Changes in version 1.7.0-M1 (2022-01-21) ---------------------------------------- Aligns SBDG with Spring Boot 2.7.0-M1.