Skip to content

Commit

Permalink
Prepare version 4.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Dec 21, 2022
1 parent f558cc4 commit a3e9a2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

== 4.0

=== 4.0.1

* Fix support for collections in constructor mapping.
* Allow for classes to be registered dynamically with `DomainInfo`.
* Check both index and classpath for known entities.
* Introduce equals/hashCode for Class/FieldInfo.
* [dependencies] Upgrade to Neo4j Java Driver 5.3.1.
* [documentation] Update Neo4j-OGM tutorial..

=== 4.0.0

* Remove Auto Index Manager
Expand Down Expand Up @@ -262,7 +271,7 @@ Thanks to our reporters and contributors @emptyfruit, @aslakagens and @TWiStErRo

=== 3.2.8

* Add explicit support for AttributeConverter used in Spring Data
* Add explicit support for AttributeConverter used in Spring Data
`@QueryResult`-classes in SingleEntityMapper. (#752)

=== 3.2.7
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: 4.0.0
:version: 4.0.1

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/stackoverflow.svg[stackoverflow,link=https://stackoverflow.com/questions/tagged/neo4j-ogm]
Expand Down

0 comments on commit a3e9a2b

Please sign in to comment.