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 0e6dce2 commit 8ae2c49Copy full SHA for 8ae2c49
CHANGELOG.md
@@ -1,17 +1,13 @@
1
Changelog
2
=========
3
4
-2.1.1
5
------
6
-
7
-release 2.1.1
8
9
2.x
10
===
11
12
2.1.1
13
-----
14
+* Compatibility with Symfony 8.
15
* Test with PHP 8.5 and fix deprecations.
16
17
2.1.0
lib/Doctrine/ODM/PHPCR/Version.php
@@ -10,5 +10,5 @@ final class Version
/**
* Current version of PHPCR ODM.
*/
- public const VERSION = '2.1.0';
+ public const VERSION = '2.1.1';
}
0 commit comments