From ef7c60712e459e9698e5dd3d5ebc4b17d2aebdd7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 24 Mar 2022 20:55:37 -0700 Subject: [PATCH] Edit changelog and include 1.6.5 release notes. --- .../src/main/resources/changelog.txt | 20 +++++++++++++++++++ 1 file changed, 20 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 3b73bf5c..8d8da244 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,26 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.6.5 (2022-03-24) +------------------------------------- +Aligns SBDG with Spring Boot 2.6.5. + +* Adds documentation on the Java version. +* Adds documentation on dependency version overriding complimenting Spring Boot's documentation. +* Fixes bug involving the spring.session.timeout Spring Boot property. +Resolves GitHub Issue #113: https://github.com/spring-projects/spring-boot-data-geode/issues/113. +* Upgrades to Apache Geode 1.14.4. +* Upgrades to Awaitility 4.2.0. +* Upgrades to Spring Framework 5.3.17. +* Upgrades to Spring Boot 2.6.5. +* Upgrades to Spring Data BOM 2021.1.3 (Q-SR3). +* Upgrades to Spring Data for Apache Geode 2.6.3 +* Upgrades to Spring Session for Apache Geode 2.6.1. +* Upgrades to Spring Test for Apache Geode 0.2.2-Q. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.15. +* Upgrades to VMware Tanzu GemFire for VMs (Pivotal Cloud Cache) 1.14.4. + + Changes in version 1.5.11 (2022-03-24) ------------------------------------- Aligns SBDG with Spring Boot 2.5.11.