From 31ec35d615ea49e7a2f8aaaa4678062f23ff9ee9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 28 Sep 2021 16:44:27 -0700 Subject: [PATCH] Edit changelog and add 1.6.0-M3 release notes. --- spring-geode/src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 9700258f..bb3d513b 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,22 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.6.0-M3 (2021-09-28) +---------------------------------------- +Aligns SBDG with Spring Boot 2.6.0-M3. + +* Includes additional test coverage around SDG GemfireTemplate auto-configuration per Region provided by SBDG. +* Upgrades to Apache Geode 1.14.0. +* Upgrades to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.0. +* Upgrades to Gradle 6.9.1. +* Upgrades to Spring Framework 5.3.10. +* Upgrades to Spring Boot 2.6.0-M3. +* Upgrades to Spring Cloud Bindings 1.8.0. +* Upgrades to Spring Data 2021.1.0-M3 (Q-M3). +* Upgrades to Spring Data for Apache Geode 2.6.0-M3. +* Upgrades to Spring Test for Apache Geode 0.0.26. + + Changes in version 1.5.5 (2021-09-28) ------------------------------------- Aligns SBDG with Spring Boot 2.5.5.