From 488a53b7b12e0f0ffe686d748de54e6e60a19dea Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 15 Jun 2021 18:38:51 -0700 Subject: [PATCH] Edit changelog and add 1.3.12.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index dbc1729e..33eca019 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,19 @@ https://github.com/spring-projects/spring-boot-data-geode ============================================================== +Changes in version 1.3.12.RELEASE (2021-06-15) +---------------------------------------------- +Aligns SBDG with Spring Boot 2.3.12.RELEASE. + +* Edits and revises Chapter 19 - Apache Geode API Extensions. +Resolves https://github.com/spring-projects/spring-boot-data-geode/pull/106. +* Upgrades to Byte Buddy 1.11.2. +* Upgrades to Gradle 6.9. +* Upgrades to Mockito 3.11.1. +* Upgrades to Spring Boot 2.3.12.RELEASE. +* Upgrades to Spring Session for Apache Geode 2.3.6.RELEASE. + + Changes in version 1.3.11.RELEASE (2021-05-20) ---------------------------------------------- Aligns SBDG with Spring Boot 2.3.11.RELEASE along with the latest versions of Spring Framework, Spring Data,