From 5f8e61aacc0f310b5453ce9cab959c646b76a0f6 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 28 Aug 2020 11:57:16 +0200 Subject: [PATCH] Prepare version 3.1.21. --- CHANGES.adoc | 7 +++++++ README.adoc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index b3926357b9..dfaa4856b0 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,12 @@ = Changes +== 3.1.21 + +* [bug] Ensure accessibility of annotation values. (#827) +* [bug] Solve ambiguous class name collision. (#809) +* [improvement] Flush mapping context on potentially write queries, both custom and generic. (#818) +* [tests] Prove that nested adhoc mapping from maps work. (#814) + == 3.1.20 * Relationships incoming from an inheritance tree are not deleted. (#806) diff --git a/README.adoc b/README.adoc index 4d5d504227..a921cfaa24 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:version: 3.1.20 +:version: 3.1.21 image:https://img.shields.io/maven-central/v/org.neo4j/neo4j-ogm.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j%22%20AND%20a%3A%22neo4j-ogm%22] image:https://rawgit.com/aleen42/badges/master/src/slack.svg[Slack,link=https://neo4j-users.slack.com/messages/neo4j-sdn-ogm/]