From 9cf9782127ffe1201553e625c9f497d4a1bc3beb Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 19 Nov 2021 10:59:31 -0800 Subject: [PATCH] Edit changelog and include 1.4.13 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 7afb5842..812cd3d1 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.4.13 (2021-11-18) +-------------------------------------- +Aligns SBDG with Spring Boot 2.4.13. + +* Upgrades to Awaitility 4.1.1. +* Upgrades to Byte Buddy 1.12.1. +* Upgrades to Spring Framework 5.3.13. +* Upgrades to Spring Boot 2.4.13. +* Upgrades to Spring Data 2020.0.15 (Ockham-SR15). +* Upgrades to Spring Data for Apache Geode 2.4.15. +* Upgrades to Testcontainers 1.16.2. +* Upgrades to VMware Tanzu (Pivotal) GemFire 9.10.10. + + Changes in version 1.6.0-RC1 (2021-10-21) ----------------------------------------- Aligns SBDG with Spring Boot 2.6.0-RC1