From ff62a3470e8855121d643c3f90ba9daaaf540218 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jun 2019 23:48:19 -0700 Subject: [PATCH] Update changelog with 1.1.0.M2 release notes. Correct Spring Framework version; set to 5.1.8.RELEASE. --- spring-geode/src/main/resources/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode/src/main/resources/changelog.txt b/spring-geode/src/main/resources/changelog.txt index 6f51710a..c1f3d902 100644 --- a/spring-geode/src/main/resources/changelog.txt +++ b/spring-geode/src/main/resources/changelog.txt @@ -20,7 +20,7 @@ or Pivotal GemFire applications in a Spring context. * Includes early support for @LocatorApplication annotated Spring Boot applications enabling users to configure and bootstrap a GemFire/Geode Locator using Spring Boot. * Includes additional integration tests for customizing the auto-configuration of GemFire/Geode Pools using SDG Configurers. -* Upgrades to Spring Framework 5.1.7.RELEASE. +* Upgrades to Spring Framework 5.1.8.RELEASE. * Upgrades to Spring Data for Apache Geode/Pivotal GemFire 2.1.9.RELEASE. * Upgrades to Spring Data Release Train Lovelace-SR9. * Upgrades to Spring Session for Apache Geode/Pivotal GemFire 2.1.4.RELEASE.