diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index bbf9a8ef..25fc8589 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.7.2 (2022-07-21) +------------------------------------- +Aligns SBDG with Spring Boot 2.7.2. + +* Built with Oracle Java 8, JDK 1.8.0_331. +* Improves the spring-geode-starter-logging by providing better integration with Spring Boot logging along with +modularizing the SLF4j, Logback configuration allowing users to customize per component, such as Apache Geode component +logging independent of Spring Boot and Spring components, offering finer grain control. +* Upgrades to Spring Framework 5.3.22. +* Upgrades to Spring Boot 2.7.2 +* Upgrades to Spring Data BOM 2021.2.2 (Raj-SR2). +* Upgrades to Spring Data for Apache Geode 2.7.2 +* Upgrades to Testcontainers 1.17.3 +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.16. + + Changes in version 1.6.10 (2022-07-21) -------------------------------------- Aligns SBDG with Spring Boot 2.6.10.