diff --git a/CHANGES.adoc b/CHANGES.adoc index 8b319d63b..fc05e2525 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -2,6 +2,14 @@ == 4.0 +=== 4.0.2 + +* bugfix: Checking for possible composite converters in `GraphEntityMapper.writeProperty` #932 (thanks @oxisto) +* docs: Add build status badge to `README.adoc`. #930 (thanks @h1alexbel) +* refactor: Add missing `@Override` to `toString` of `MappedRelationship`. #929 (thanks @h1alexbel) +* refactor: Migrate to JUnit 5. +* docs: Add attribute to fix version in code example. + === 4.0.1 * Fix support for collections in constructor mapping. diff --git a/README.adoc b/README.adoc index a90f0f924..2137a5a13 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:version: 4.0.1 +:version: 4.0.2 image:https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml/badge.svg[https://github.com/neo4j/neo4j-ogm/actions/workflows/maven.yml] 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]