From 5323c33d57ecd8f5aa8562f1ea5ab6749cdc1517 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 28 Sep 2021 13:18:24 -0700 Subject: [PATCH] Edit changelog and include 1.4.11 release notes. --- spring-geode/src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index b717ac33..39597101 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,19 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.11 (2021-09-28) +-------------------------------------- +Aligns SBDG with Spring Boot 2.4.11. + +* Upgrades to Byte Buddy 1.11.18. +* Upgrades to Gradle 6.9.1. +* Upgrades to Mockito 3.12.4. +* Upgrades to Spring Framework 5.3.10. +* Upgrades to Spring Boot 2.4.11. +* Upgrades to Spring Data 2020.0.13 (Ockham-SR13). +* Upgrades to Spring Data for Apache Geode 2.4.13. + + Changes in version 1.5.4 (2021-08-19) ------------------------------------- Aligns SBDG with Spring Boot 2.5.4.