From 6e4aed481c371234419099c994ac411f1c4dba59 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 19 Nov 2021 11:23:43 -0800 Subject: [PATCH] Edit changelog and add 1.6.0 release notes. --- spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index ad64bb4d..394afab2 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.6.0 (2021-11-19) +------------------------------------- +Aligns SBDG with Spring Boot 2.6.0. + +* Upgrades to Awaitility 4.1.1. +* Upgrades to Spring Framework 5.3.13. +* Upgrades to Spring Boot 2.6.0 +* Upgrades to Spring Data 2021.1.0 (Q-GA). +* Upgrades to Spring Data for Apache Geode 2.6.0 +* Upgrades to Spring Session BOM 2021.1.0. +* Upgrades to Spring Session for Apache Geode 2.6.0. +* Upgrades to Spring Test for Apache Geode 0.0.28. +* Upgrades to Testcontainers 1.16.2. + + Changes in version 1.5.7 (2021-11-18) ------------------------------------- Aligns SBDG with Spring Boot 2.5.7.