From 449b70154722dcd54e55ec29d45918213a7a823a Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 20 Apr 2020 10:53:40 -0700 Subject: [PATCH] Edit changelog and fix 2.3.0.RC2 release notes. --- .../src/main/resources/changelog.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spring-session-data-geode/src/main/resources/changelog.txt b/spring-session-data-geode/src/main/resources/changelog.txt index 87e1c92..e592d59 100644 --- a/spring-session-data-geode/src/main/resources/changelog.txt +++ b/spring-session-data-geode/src/main/resources/changelog.txt @@ -6,10 +6,16 @@ https://github.com/spring-projects/spring-session-data-geode Changes in version 2.3.0.RC2 (2020-04-10) ----------------------------------------- -Aligns Sprign Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot, +Aligns Spring Session for Apache Geode & Pivotal GemFire (SSDG) with the latest Spring Framework, Spring Boot, Spring Data and Spring Session versions. -* +* Baselines transitive dependencies on Spring Boot 2.3.0.M4. +* Upgrades to Apache Geode 1.12.0. +* Upgrades to Pivotal GemFire 9.10.0. +* Upgrades to Spring Framework 5.2.5.RELEASE +* Upgrades to Spring Data for Apache Geode & Pivotal GemFire 2.3.0.RC1. +* Upgrades to Spring Data Release Train Neumann-RC1. +* Upgrades to Spring Session BOM Dragonfruit-RC2. Changes in version 2.3.0.RC1 (2020-03-03)