From 7d1d1197044ce685c1aaa7c7b0471c61c4b1dcbd Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 18 May 2022 11:50:18 -0700 Subject: [PATCH] Edit changelog and add 3.0.0-M3 release notes. --- .../src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 060c9b8..52fe312 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,22 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 3.0.0-M3 (2022-05-18) +---------------------------------------- +Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 3.0.0-M2. + +* Upgrades to Spring Framework 6.0.0-M4. +* Upgrades to Spring Boot 3.0.0-M2. +* Upgrades to Spring Data BOM 2022.0.0-M4. +* Upgrades to Spring Data Commons 3.0.0-M4. +* Upgrades to Spring Data for Apache Geode 3.0.0-M4. +* Upgrades to Spring Security 6.0.0-M5. +* Upgrades to Spring Session 3.0.0-M2. +* Upgrades to Spring Test for Apache Geode 1.0.0-M4. +* Upgrades to Mockito 4.5.1. +* Upgrades to Micrometer 1.10.0-M2. + + Changes in version 2.7.0 (2022-05-18) ------------------------------------- Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 2.7.0 GA.