From 6bfc95fdd893e89c9edab1b25253558c9c52f202 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 16 Jun 2020 13:46:02 -0700 Subject: [PATCH] Edit changelog and include 1.1.8.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 8f73265c..58a30f1a 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,18 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.1.8.RELEASE (2020-06-16) +--------------------------------------------- +Aligns SBDG with Spring Boot 2.1.15.RELEASE along with the latest versions of Spring Framework and Spring Data. + +* Upgrades to Spring Framework 5.1.16.RELEASE. +* Upgrades to Spring Boot 2.1.15.RELEASE. +* Upgrades to Spring Data Lovelace-SR18. +* Upgrades to Spring Data for Apache Geode & VMware GemFire 2.1.18.RELEASE. +* Upgrades to Byte Buddy 1.10.11. +* Upgrades to Testcontainers 1.14.3. + + Changes in version 1.2.7.RELEASE (2020-05-19) --------------------------------------------- Aligns SBDG with the latest versions of Spring Framework, Spring Boot, Spring Data