We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246d117 commit 77633b8Copy full SHA for 77633b8
CHANGELOG.md
@@ -4,6 +4,12 @@ Changelog
4
1.x
5
===
6
7
+1.7.0
8
+-----
9
+
10
+* Test with PHP 8.1
11
+* Fix edge case bug that could lead to new documents being considered inserted already.
12
13
1.6.1
14
-----
15
@@ -14,8 +20,6 @@ Changelog
20
21
* Support Symfony 6
16
22
* Drop support for Symfony 2.3
17
-* Test with PHP 8.1
18
-* Fix edge case bug that could lead to new documents being considered inserted already.
19
23
24
1.5.4
25
lib/Doctrine/ODM/PHPCR/Version.php
@@ -27,5 +27,5 @@ class Version
27
/**
28
* Current version of PHPCR ODM
29
*/
30
- const VERSION = '1.6.1';
+ public const VERSION = '1.7.0';
31
}
0 commit comments