Skip to content

Commit

Permalink
Release 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 20, 2023
1 parent 512e6f4 commit c088276
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

== 4.0

=== 4.0.3

* [dependencies] Bump neo4j-java-driver from 5.3.1 to 5.5.0
* [refactor] Use recent Java compiler plugin.
* [bug] Remove unused import.
* [refactor] Add an extension API for custom transaction managers. (#935)
* [docs] Update link to example project in documentation.

Thanks to @gaurav-bagga for their input and feedback!

=== 4.0.2

* bugfix: Checking for possible composite converters in `GraphEntityMapper.writeProperty` #932 (thanks @oxisto)
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.2
:version: 4.0.3

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 c088276

Please sign in to comment.