From 9d584cac4297fec7bded69bcb5e5c5de5fa69dcc Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 10 Dec 2020 23:59:05 -0800 Subject: [PATCH] Edit changelog and include 1.2.12.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 5ea5fefe..7f7ca1b9 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,26 @@ https://github.com/spring-projects/spring-boot-data-geode ============================================================== +Changes in version 1.2.12.RELEASE (2020-12-10) +---------------------------------------------- +Aligns SBDG with Spring Boot 2.2.12.RELEASE along with the latest versions of Spring Framework, Spring Data +and Spring Session. + +* Adds documentation on using the 'spring-geode-bom' in the 'Using Spring Boot for Apache Geode' section +of the SBDG Reference Documentation. +* Edits TIP in the Inline Caching Sample Guide to include a reference to the specific documentation on +Synchronous, Inline Caching in the SBDG Reference Documentation. +* Add section on 'Gradle Dependency Management' under the 'Using Spring Boot for Apache Geode' section +of the SBDG Reference Documentation. +* Upgrade to Spring Framework 5.2.12.RELEASE. +* Upgrade to Spring Boot 2.2.12.RELEASE. +* Upgrade to Spring Data ReleaseTrain (BOM) Moore-SR12. +* Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.2.12.RELEASE. +* Upgrade to Freefair Lombok Gradle Plugin 5.3.0. +* Upgrade to Gradle 6.7.1. +* Upgrade to Mockito 3.6.28. + + 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,