Skip to content

Commit

Permalink
Prepare version 3.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Oct 5, 2023
1 parent 13b19cf commit 205d50b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
= Changes

== 3.3.1

* [feature] Add "app" metadata to newly created native Bolt transactions.
* [bug] Fix tests for GH-957.
* [feature] Add dynamic properties support for collections.
* [improvement] c5fa0665 Don't rely on db ids for testing.

== 3.3.0

First release in the 3.3.x line. No changes compared to the latest 3.2.42 release, but using the latest Neo4j Java 4.4 driver as a baseline dependencies. If you don't manage the driver in your application yourself, this will affect your dependencies as well. By upgrading from a 4.0 driver to the 4.4 driver as baseline, Neo4j-OGM 3.3 effectively drops support for all versions of Neo4j database prior to 3.5.
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: 3.3.0
:version: 3.3.1

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]
image:https://rawgit.com/aleen42/badges/master/src/slack.svg[Slack,link=https://neo4j-users.slack.com/messages/neo4j-sdn-ogm/]
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: '3.5'
neo4j-version-exact: '3.5.35'
neo4j-buildnumber: '4.1'
ogm-version: '3.3.0'
ogm-version: '3.3.1'
ogm-doc-version: '3.3'

0 comments on commit 205d50b

Please sign in to comment.