diff --git a/CHANGES.adoc b/CHANGES.adoc index c29495231..63cf4b36c 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -54,6 +54,20 @@ Thanks to @gaurav-bagga for their input and feedback! == 3.2 +=== 3.2.42 + +* [bug] Correctly filter query results, taking the fact that native ids are only sort of unique for the respecting entity type. (#952) + +=== 3.2.41 + +* [bug] Fix NullPointerException when parsing notification position from BoltResponse (#950) +* [feature] Singe/composite index support for relationships (#948) +* [improvement] Support for direct relationship mapping even if a `@RelationshipEntity` is defined (#951) + +=== 3.2.40 + +* Improve `Optional` handling in `FieldInfo`. + === 3.2.39 * Allow for classes to be registered dynamically with `DomainInfo`. diff --git a/neo4j-ogm-docs/antora.yml b/neo4j-ogm-docs/antora.yml index 0b5204669..dbc8a9a0d 100644 --- a/neo4j-ogm-docs/antora.yml +++ b/neo4j-ogm-docs/antora.yml @@ -9,5 +9,5 @@ asciidoc: neo4j-version: '5.6' neo4j-version-exact: '5.6.0' neo4j-buildnumber: '5.6' - ogm-version: '4.0.5' + ogm-version: '4.0.6' ogm-doc-version: '4.0'