From 06f1c9623fd2a285cdee212e4160cf5eeabfc2d8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 24 Oct 2022 12:17:53 -0700 Subject: [PATCH] Edit changelog and add 1.7.5 release notes. --- spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 6631815a..7d2a16a4 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.7.5 (2022-10-24) +------------------------------------- +Aligns SBDG with Spring Boot 2.7.5. + +* Built with Oracle Java 8, JDK 1.8.0_341. +* Improves functionality and support of logging in the spring-geode-starter-logging and better integrates with +Spring Boot logging. +* Upgrades to Gradle 6.9.3. +* Upgrades to Spring Boot 2.7.5. +* Upgrades to Spring Data BOM 2021.2.5 (RAJ-SR5). +* Upgrades to Spring Data for Apache Geode 2.7.5. +* Upgrades to Spring Test for Apache Geode 0.3.4-RAJ. +* Upgrades to Testcontainers 1.17.5. + + Changes in version 1.6.13 (2022-10-24) -------------------------------------- Aligns SBDG with Spring Boot 2.6.13.