From 66c75a6a17df647dc8381df6cfc2e52404ea848b Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Mon, 4 Nov 2019 14:54:11 +0100 Subject: [PATCH] DATAGEODE-234 - Updated changelog. --- src/main/resources/changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 1f84160e..557a0da2 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -3,6 +3,14 @@ SPRING DATA GEODE CHANGELOG https://projects.spring.io/spring-data-gemfire/ =============================================== +Changes in version 2.2.1.RELEASE (2019-11-04) +--------------------------------------------- +* DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server. +* DATAGEODE-242 - Add support for AEQ pauseEventDispatching. +* DATAGEODE-240 - Upgrade to Apache Geode 1.9.2. +* DATAGEODE-234 - Release 2.2.1 (Moore SR1). + + Changes in version 2.1.12.RELEASE (2019-11-04) ---------------------------------------------- * DATAGEODE-243 - Introduce RestTemplateConfigurer to configure the RestTemplate used when sending configuration metadata from client to server.