From 6d04479670af24dde50733b02fe6873ffb9c7bae Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 10 Nov 2020 10:50:56 -0800 Subject: [PATCH] Edit changelog and add 1.1.11.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 7add4a14..08612f9c 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,21 @@ https://github.com/spring-projects/spring-boot-data-geode ============================================================== +Changes in version 1.1.11.RELEASE (2020-11-09) +---------------------------------------------- +Aligns SBDG with Spring Boot 2.1.18.RELEASE along with the latest versions of Spring Framework, Spring Data +and Spring Session. + +* Upgrades to Spring Framework 5.1.19.RELEASE. +* Upgrades to Spring Boot 2.1.18.RELEASE. +* Upgrades to Spring Data Lovelace-SR21. +* Upgrades to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.1.21.RELEASE. +* Upgrades to Spring Session for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.1.12.RELEASE. +* Upgrades to Byte Buddy 1.10.18. +* Upgrades to Mockito 3.6.0. +* Upgrades to Testcontainers 1.15.0. + + Changes in version 1.3.4.RELEASE (2020-09-17) --------------------------------------------- Upgrades SBDG to Spring Boot 2.3.4.RELEASE.