Skip to content

Commit

Permalink
Release 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Oct 16, 2023
1 parent e295011 commit 6b1c87d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.adoc
Expand Up @@ -2,6 +2,10 @@

== 4.0

=== 4.0.8

* Make session related config of the BoltDriver available without complete driver reconfiguration.

=== 4.0.7

* [feature] Add dynamic properties support for collections.
Expand Down Expand Up @@ -87,6 +91,10 @@ Thanks to @gaurav-bagga for their input and feedback!

== 3.3

=== 3.3.2

* Make session related config of the BoltDriver available without complete driver reconfiguration.

=== 3.3.1

* [feature] Add "app" metadata to newly created native Bolt transactions.
Expand All @@ -102,6 +110,10 @@ Future supported versions of Neo4j-OGM will be 3.3 and 4.x. Neo4j-OGM 3.3 is for

== 3.2

=== 3.2.43

* Make session related config of the BoltDriver available without complete driver reconfiguration.

=== 3.2.42

* [bug] Correctly filter query results, taking the fact that native ids are only sort of unique for the respecting entity type. (#952)
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,4 +1,4 @@
:version: 4.0.7
:version: 4.0.8

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

0 comments on commit 6b1c87d

Please sign in to comment.