From 7d6ab25e43eebe9e5d2eec937d24b50830bd7438 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 May 2022 13:01:53 -0700 Subject: [PATCH] Edit changelog and add 1.7.0 release notes. --- spring-geode/src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 37f69998..7739d3d4 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,20 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.7.0 (2022-05-19) +------------------------------------- +Aligns SBDG with Spring Boot 2.7.0 + +* Built with Java 8, JDK 1.8.0_331. +* Upgrades to Spring Framework 5.3.20. +* Upgrades to Spring Boot 2.7.0. +* Upgrades to Spring Data BOM 2021.2.0 (Raj-GA). +* Upgrades to Spring Data for Apache Geode 2.7.0. +* Upgrades to Spring Session BOM 2021.2.0. +* Upgrades to Spring Session for Apache Geode 2.7.0. +* Upgrades to Spring Test for Apache Geode 0.3.0-RAJ. + + Changes in version 1.6.8 (2022-05-19) ------------------------------------- Aligns SBDG with Spring Boot 2.6.8.