Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Jan 31, 2023
1 parent 364c9a0 commit 0b59d60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.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]
Expand Down

0 comments on commit 0b59d60

Please sign in to comment.