Skip to content

Commit

Permalink
Prepare version 3.2.39.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Dec 19, 2022
1 parent b330a20 commit 3a3faa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
= Changes

== 3.2.39

* Allow for classes to be registered dynamically with `DomainInfo`.
* Introduce simple DTO mapping.
* Fix testing with local instance.
* Check both index and classpath for known entities
* Introduce equals/hashCode for Class/FieldInfo.
* Make use of driver provider in test.
* Add _this_ branch to GH workflow.
* Allow dynamic user and database selection.

== 3.2.38

* Revert "Avoid unessary creation of builders."
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.2.38
:version: 3.2.39

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

0 comments on commit 3a3faa5

Please sign in to comment.