Skip to content

Commit

Permalink
Release 4.0.14
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Simons <michael.simons@neo4j.com>
  • Loading branch information
michael-simons committed Jan 21, 2025
1 parent 9b7b0be commit a5e0f64
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

== 4.0

=== 4.0.14

* [bug] Proper conjunct (nested) filters on relationship queries.
* [dependencies] Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#1225)
* [dependencies] Bump net.bytebuddy:byte-buddy from 1.15.11 to 1.16.1 (#1226)
* [dependencies] Bump com.github.ben-manes.caffeine:caffeine (#1224)
* [dependencies] Bump io.mockk:mockk-jvm from 1.13.14 to 1.13.16 (#1223)
* [dependencies] Bump scala.version from 2.13.15 to 2.13.16 (#1222)
* [chore] Extend license header to 2025.
* [dependencies] Bump io.mockk:mockk-jvm from 1.13.13 to 1.13.14 (#1213)
* [dependencies] Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#1214)
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1217)
* [dependencies] Bump org.mockito:mockito-junit-jupiter (#1219)
* [dependencies] Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.16 (#1220)
* [dependencies] Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 (#1221)
* [dependencies] Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11 (#1212)
* [dependencies] Bump com.puppycrawl.tools:checkstyle (#1211)

=== 4.0.13

* [dependencies] Bump org.apache.maven.plugins:maven-javadoc-plugin (#1210)
Expand Down Expand Up @@ -284,6 +302,12 @@ Thanks to @gaurav-bagga for their input and feedback!

== 3.3

=== 3.3.5

* [bug] Proper conjunct (nested) filters on relationship queries.
* [dependencies] Bump io.github.classgraph:classgraph to 4.8.179.
* [bug] Be lenient with ambiguity when checking for resolved classes.

=== 3.3.4

* [dependencies] Bump default driver version to latest 4.4.x series.
Expand Down Expand Up @@ -312,6 +336,12 @@ Future supported versions of Neo4j-OGM will be 3.3 and 4.x. Neo4j-OGM 3.3 is for

== 3.2

=== 3.2.46

* [bug] Proper conjunct (nested) filters on relationship queries.
* [dependencies] Bump io.github.classgraph:classgraph to 4.8.179.
* [bug] Be lenient with ambiguity when checking for resolved classes.

=== 3.2.45

* [dependencies] Bump io.github.classgraph:classgraph (#1073)
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.13
:version: 4.0.14

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.13'
ogm-version: '4.0.14'
ogm-doc-version: '4.0'

0 comments on commit a5e0f64

Please sign in to comment.