From 7e8ee12d0e830d91b9af2528a21618ec4ca81cfe Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jun 2022 17:54:38 -0700 Subject: [PATCH] Edit changelog and include 1.6.9 release notes. --- .../spring-geode/src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 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 60fee6b1..ec0965c5 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,18 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.6.9 (2022-06-24) +------------------------------------- +Aligns SBDG with Spring Boot 2.6.9. + +* Built with Oracle Java 8, JDK 1.8.0_331. +* Upgrades to Spring Framework 5.3.21. +* Upgrades to Spring Boot 2.6.9. +* Upgrades to Spring Data BOM 2021.1.5 (Q-SR5). +* Upgrades to Spring Data for Apache Geode 2.6.5. +* Upgrades to Testcontainers 1.17.2 + + Changes in version 2.0.0-M3 (2022-05-19) ---------------------------------------- Aligns SBDG with Spring Boot 3.0.0-M3.