Skip to content

Commit

Permalink
Release 4.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Simons <[email protected]>
  • Loading branch information
michael-simons committed Jan 27, 2025
1 parent 347922d commit 0d6697a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

== 4.0

=== 4.0.15

* [improvement] Make OGM more resilient against the Quarkus class loader (See https://stackoverflow.com/questions/79390386/new-quarkus-application-not-starting-with-neo4j-ogm-quarkus3-11-0/79391140#79391140[this SO question])
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1227)

=== 4.0.14

* [bug] Proper conjunct (nested) filters on relationship queries.
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.14
:version: 4.0.15

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
2 changes: 1 addition & 1 deletion neo4j-ogm-docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ asciidoc:
neo4j-version: '5.25'
neo4j-version-exact: '5.25.1'
neo4j-buildnumber: '5.25'
ogm-version: '4.0.14'
ogm-version: '4.0.15'
ogm-doc-version: '4.0'

0 comments on commit 0d6697a

Please sign in to comment.