From b9f3ebc0f2154dd437c2b9d50f0c40cb1e378d0e Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 28 Feb 2022 15:16:44 -0800 Subject: [PATCH] Edit changelog and add 1.7.0-M2 release notes. --- spring-geode/src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index e053182a..1c897457 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,18 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.7.0-M2 (2022-02-28) +---------------------------------------- +Aligns SBDG with Spring Boot 2.7.0-M2. + +* Upgrades to Apache Geode 1.14.3. +* Upgrades to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.3. +* Upgrades to Spring Framework 5.3.16. +* Upgrades to Spring Boot 2.7.0-M2. +* Upgrades to Spring Data BOM 2021.2.0-M3. +* Upgrades to Spring Data for Apache Geode 2.7.0-M3. + + Changes in version 1.6.4 (2022-02-28) ------------------------------------- Aligns SBDG with Spring Boot 2.6.4.