diff --git a/CHANGES.adoc b/CHANGES.adoc index bc531e7b9..1453f926d 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,8 @@ = Changes +== 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) diff --git a/README.adoc b/README.adoc index 314abc35b..c79d9c3d8 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:version: 3.2.42 +:version: 3.2.43 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/] diff --git a/neo4j-ogm-docs/antora.yml b/neo4j-ogm-docs/antora.yml index 97bbfc3e1..33b073e56 100644 --- a/neo4j-ogm-docs/antora.yml +++ b/neo4j-ogm-docs/antora.yml @@ -9,5 +9,5 @@ asciidoc: neo4j-version: '4.1' neo4j-version-exact: '4.1.10' neo4j-buildnumber: '4.1' - ogm-version: '3.2.42' + ogm-version: '3.2.43' ogm-doc-version: '3.2'