We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d533ae commit c1349d9Copy full SHA for c1349d9
README.adoc
@@ -5,7 +5,7 @@
5
:groupId: org.neo4j
6
:artifactId: neo4j-cypher-dsl
7
8
-:neo4j-cypher-dsl-version: 2021.1.1-SNAPSHOT
+:neo4j-cypher-dsl-version: 2021.1.1
9
10
// end::properties[]
11
docs/appendix/2021.1.adoc
@@ -1,5 +1,15 @@
1
== 2021.1
2
3
+=== 2021.1.1
4
+
+This is a drop-in replacement for <<v2021.1.0>>. 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.
12
+[[v2021.1.0]]
13
=== 2021.1.0
14
15
2021.1.0 comes with a ton of new features and a handful of breaking changes.
0 commit comments