From 3a43ce8f5a0ca50ecbe6a4a8af3b477a439207d0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 16 Nov 2021 10:46:48 -0800 Subject: [PATCH] Edit changelog and add 2.6.0 release notes. --- .../src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index dfdf46e..b26a0ae 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,19 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 2.6.0 (2021-11-16) +------------------------------------- +Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 2.6.0. + +* Upgrades to Spring Framework 5.3.13. +* Upgrades to Spring Boot 2.6.0-RC1. +* Upgrades to Spring Data BOM 2021.1.0 (Q). +* Upgrades to Spring Data Commons 2.6.0. +* Upgrades to Spring Data for Apache Geode 2.6.0. +* Upgrades to Spring Security 5.6.0. +* Upgrades to Spring Session 2.6.0. + + Changes in version 2.6.0-RC1 (2021-10-20) ----------------------------------------- Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 2.6.0-RC1.