diff --git a/README.adoc b/README.adoc index 24b7a38626..213f5d7d82 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ :groupId: org.neo4j :artifactId: neo4j-cypher-dsl -:neo4j-cypher-dsl-version: 2021.1.1-SNAPSHOT +:neo4j-cypher-dsl-version: 2021.1.1 // end::properties[] diff --git a/docs/appendix/2021.1.adoc b/docs/appendix/2021.1.adoc index 06b04c26ef..65e2abd23c 100644 --- a/docs/appendix/2021.1.adoc +++ b/docs/appendix/2021.1.adoc @@ -1,5 +1,15 @@ == 2021.1 +=== 2021.1.1 + +This is a drop-in replacement for <>. Introducing the interface for `Property` broke the `mutate` operation, +for which no test was in place. This and the bug has been fixed. + +==== 🐛 Bug Fixes + +* GH-168 - Fix mutating containers by properties. + +[[v2021.1.0]] === 2021.1.0 2021.1.0 comes with a ton of new features and a handful of breaking changes.