From ba75c78e9099b2485fdd09fbd40878043bf19b32 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 15 Jun 2021 23:09:39 -0700 Subject: [PATCH] Edit changelog and add 1.4.7 release notes. --- spring-geode/src/main/resources/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 9d86dfc5..12293b9e 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,22 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.4.7 (2021-06-15) +------------------------------------- +Aligns SBDG with Spring Boot 2.4.7. + +* Edits and revises the SBDG Reference Documentation Index. +Resolves https://github.com/spring-projects/spring-boot-data-geode/pull/105. +* 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 Framework 5.3.8. +* Upgrades to Spring Boot 2.4.7. +* Upgrades to Spring Session for Apache Geode 2.4.4. + + Changes in version 1.3.12.RELEASE (2021-06-15) ---------------------------------------------- Aligns SBDG with Spring Boot 2.3.12.RELEASE.