From b426fee8cd9103eba6af4cede15e0a43ae89ccf5 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 10 May 2019 12:18:03 +0200 Subject: [PATCH] DATAGRAPH-1217 - Updated changelog. --- src/main/resources/changelog.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 4cf557b80..e57598e81 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,13 @@ Spring Data Neo4j Changelog =========================== +Changes in version 5.1.7.RELEASE (2019-05-10) +--------------------------------------------- +* DATAGRAPH-1222 - Upgrade to Neo4j OGM 3.1.9. +* DATAGRAPH-1220 - Ensure Kotlin Data classes support @Id @Generated value. +* DATAGRAPH-1217 - Release 5.1.7 (Lovelace SR7). + + Changes in version 5.2.0.M3 (2019-04-11) ---------------------------------------- * DATAGRAPH-1210 - Fix treatment of collection-like constructor parameters.