Skip to content

Commit

Permalink
docs: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Jul 9, 2024
1 parent b3543dc commit fc0a787
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/appendix/2024.0.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
== 2024.0

=== 2024.0.2

🎉 The big party release! 🎉

With this release we move the repository from http://github.com/neo4j-contrib/[github.com/neo4j-contrib] to https://github.com/neo4j-contrib[github.com/neo4j] with Neo4j adding Cypher-DSL to the list of supported modules.
What we have now on our todo list is to incorporate our http://neo4j.github.io/cypher-dsl[documentation] into the official Neo4j docs, but apart from that, little will change immediate. Even our Maven coordinates will stay the same. You can however rely on the fact that Cypher-DSL is not going anywhere anytime soon.

Thanks to @stumoore for supporting this!

==== 🐛 Bug Fixes

* Don’t introduce new names in pattern expressions. (#1017)

==== 🧹 Housekeeping

* Dependency upgrades
** Bump io.projectreactor:reactor-bom (#1025)
** Bump org.checkerframework:checker-qual (#1024)
** Bump com.fasterxml.jackson:jackson-bom (#1023)
** Bump org.moditect:moditect-maven-plugin (#1019)
** Bump org.asciidoctor:asciidoctorj-diagram (#1021)
** Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#1020)
** Bump org.neo4j.driver:neo4j-java-driver (#1018)
** Bump org.springframework.boot:spring-boot-starter-parent (#1016)
** Bump org.apache.maven.plugins:maven-jar-plugin (#1015)

==== 🛠 Build

* Change license for examples that depend on the parser to Apache 2.0, too.

=== 2024.0.1

This is a pure bug-fix release. Thanks to @Andy2003 for spotting yet another scoping issue.
Expand Down

0 comments on commit fc0a787

Please sign in to comment.