Skip to content

Commit

Permalink
Release 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
meistermeier committed Jan 11, 2024
1 parent 5074694 commit a96622c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.adoc
Expand Up @@ -2,6 +2,11 @@

== 4.0

=== 4.0.9

* Introduce logging categories. (#989)
* Fix class loading problem in async environments.

=== 4.0.8

* Make session related config of the BoltDriver available without complete driver reconfiguration.
Expand Down Expand Up @@ -91,6 +96,10 @@ Thanks to @gaurav-bagga for their input and feedback!

== 3.3

=== 3.3.3

* Fix class loading problem in async environments.

=== 3.3.2

* Make session related config of the BoltDriver available without complete driver reconfiguration.
Expand All @@ -110,6 +119,10 @@ Future supported versions of Neo4j-OGM will be 3.3 and 4.x. Neo4j-OGM 3.3 is for

== 3.2

== 3.2.44

* Fix class loading problem in async environments.

=== 3.2.43

* Make session related config of the BoltDriver available without complete driver reconfiguration.
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,4 +1,4 @@
:version: 4.0.8
:version: 4.0.9

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
Expand Up @@ -9,5 +9,5 @@ asciidoc:
neo4j-version: '5.6'
neo4j-version-exact: '5.6.0'
neo4j-buildnumber: '5.6'
ogm-version: '4.0.8'
ogm-version: '4.0.9'
ogm-doc-version: '4.0'

0 comments on commit a96622c

Please sign in to comment.