From c3db79019e213e6cc3ee59e2f0fd61e3cd24cf45 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 23 Mar 2022 18:22:36 -0700 Subject: [PATCH] Edit changelog and add 3.0.0-M2 release notes. --- .../src/main/resources/changelog.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index a61d52a..e027065 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -4,6 +4,30 @@ https://github.com/spring-projects/spring-session-data-geode ============================================================ +Changes in version 3.0.0-M2 (2022-03-23) +---------------------------------------- +Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 3.0.0-M1. + +* Downgrades to Micrometer 1.9.0-M4. +** Micrometer 1.9 is required to satisfy Apache Geode 1.14.4's Micrometer 1.6.3 dependency and Spring Boot 3.0's +** Micrometer 2.0 dependency. +* Upgrades to Apache Geode 1.14.4. +* Upgrades to Spring Framework 6.0.0-M3. +* Upgrades to Spring Boot 3.0.0-M1. +* Upgrades to Spring Data BOM 2022.0.0-M3 (Turing-M3). +* Upgrades to Spring Data Commons 3.0.0-M3. +* Upgrades to Spring Data for Apache Geode 3.0.0-M3 +* Upgrades to Spring Security 6.0.0-M3. +* Upgrades to Spring Session 3.0.0-M1. +* Upgrades to Spring Session BOM 2022.0.0-M1. +* Upgrades to Spring Test for Apache Geode 1.0.0-M3 +* Upgrades to Gretty Gradle Plugin 4.0.1. +* Upgrades to Log4j 2.17.2. +* Upgrades to Logback 1.2.11. +* Upgrades to Mockito 4.4.0. +* Upgrades to SLF4J 1.7.36. + + Changes in version 2.7.0-M2 (2022-03-23) ---------------------------------------- Aligns Spring Session for Apache Geode (SSDG) with Spring Session (core) 2.7.0-M1.