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.