From 6285ef4c56e0175a3f6d4508455d46d088d92e61 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 5 Aug 2019 15:34:55 +0200 Subject: [PATCH] DATAGRAPH-1234 - Updated changelog. --- src/main/resources/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index c9e486b5f..cd635194c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,16 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.2.0.RC2 (2019-08-05) +----------------------------------------- +* DATAGRAPH-1240 - Declare Jackson dependencies without explicit versions. +* DATAGRAPH-1239 - Upgrade to Neo4j OGM 3.2.0-RC1. +* DATAGRAPH-1238 - Unify README. +* DATAGRAPH-1236 - Integrate nohttp tooling into CI build profile. +* DATAGRAPH-1234 - Release 5.2 RC2 (Moore). +* DATAGRAPH-1229 - Introduce Jenkins CI. + + Changes in version 5.1.10.RELEASE (2019-08-05) ---------------------------------------------- * DATAGRAPH-1240 - Declare Jackson dependencies without explicit versions.