diff --git a/CHANGES.adoc b/CHANGES.adoc index ba16267c9..2688b7101 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,13 @@ = Changes +== 3.2.26 + +* [new-feature] Add support for read-only-properties. (#786) +* [tests] Demonstrate correct equals/hashCode for `@RelationshipEntity`. (#868) +* [dependencies] Update to Classgraph 4.8.116. (#886) +* [bug] Use `EnterpriseGraphDatabaseFactory` if available. (#883) +* [improvement] Add Java modules names for native types. + == 3.2.25 * [bug] Fix possible `NullpointerException`. (#880) diff --git a/README.adoc b/README.adoc index b5f3c2e71..186b3dab3 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:version: 3.2.25 +:version: 3.2.26 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/]