From de5cad2b29705f7847f39460a76df1da5fc2d994 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 19 Nov 2020 14:00:16 -0800 Subject: [PATCH] Edit changelog and include 1.3.6.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index d73442d0..ada83340 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,20 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.3.6.RELEASE (2020-11-19) +--------------------------------------------- +Aligns SBDG with Spring Boot 2.3.6.RELEASE along with the latest versions of Spring Framework, Spring Data, +Spring Session, and Spring Test. + +* Adds documentation on using the new spring-geode-bom Maven BOM to manage SBDG module dependencies +in Spring Boot application Maven POM files. +* Upgrades to Spring Framework 5.2.11.RELEASE. +* Upgrades to Spring Boot 2.3.6.RELEASE. +* Upgrades to Spring Build Conventions Gradle Plugin 0.0.35.RELEASE. +* Upgrades to Gradle 6.7.1. +* Upgrades to Freefair Lombok Gradle Plugin 5.3.0. + + Changes in version 1.4.0.RC1 (2020-11-10) ----------------------------------------- Aligns SBDG with Spring Boot 2.4.0-RC1 along with the latest versions of Spring Framework, Spring Data,