Skip to content

Commit

Permalink
Prepare version 3.2.18.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Nov 9, 2020
1 parent 1c0d10a commit 32b1e4c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Changes

== 3.2.18

* [bug] Make consistent use of mayBeReadWrite for deciding to clear the session or not. (#860)
* [improvement] Cache field information for relationship fields. (#849)
* [improvement] Cache start and endnode field info for ClassInfo instances describing relationship entities. (#852)
* [improvement] Cache relationship type. (#853)
* [improvement] Avoid recursive traversal for computing events. (#854)
* [improvement] Allow reusable test containers. (#858)
* [dependencies] Update JUnit to 4.13.1.
* [dependencies] Upgrade Neo4j 3.5 to 3.5.23.

== 3.2.17

* [bug] Fix determination of target graph property type. (#846)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:version: 3.2.17
:version: 3.2.18

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/]
Expand Down

0 comments on commit 32b1e4c

Please sign in to comment.