From 152d9c5dcbcd88966b70c2a7e26c0ea09a2583dd Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 21 Apr 2022 12:57:37 -0700 Subject: [PATCH] Edit changelog and include 1.5.13 release notes. --- spring-geode/src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index dcc02075..961f8a65 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,18 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.5.13 (2022-04-21) +-------------------------------------- +Aligns SBDG with Spring Boot 2.5.13. + +* Built on Java 8, JDK 1.8.0_331. +* Upgrades to Spring Framework 5.3.19. +* Upgrades to Spring Boot 2.5.13. +* Upgrades to Spring Data BOM 2021.0.11 (Pascal-SR11). +* Upgrades to Spring Data for Apache Geode 2.5.11. +* Upgrades to Spring Session BOM 2021.0.6 + + Changes in version 1.6.6 (2022-03-31) -------------------------------------- Aligns SBDG with Spring Boot 2.6.6.