From 48503ea42395517fe8c684dff9facdd549945f68 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jan 2020 20:16:50 -0800 Subject: [PATCH] Update changelog with 1.2.4.RELEASE notes. --- spring-geode/src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index af591eae..564d1cbe 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -4,6 +4,13 @@ https://github.com/spring-projects/spring-boot-data-geode ========================================================= +Changes in version 1.2.4.RELEASE (2020-01-24) +--------------------------------------------- +Aligns SBDG with Spring Boot 2.2.4.RELEASE. + +* Upgrades to Spring Boot 2.2.4.RELEASE + + Changes in version 1.2.3.RELEASE (2020-01-24) --------------------------------------------- Aligns SBDG with Spring Framework 5.2.3.RELEASE, Spring Boot 2.2.3.RELEASE, Sprig Data Moore-SR4