Skip to content

Commit 8ae2c49

Browse files
committed
Release of new version 2.1.1
1 parent 0e6dce2 commit 8ae2c49

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
Changelog
22
=========
33

4-
2.1.1
5-
-----
6-
7-
release 2.1.1
8-
94
2.x
105
===
116

127
2.1.1
138
-----
149

10+
* Compatibility with Symfony 8.
1511
* Test with PHP 8.5 and fix deprecations.
1612

1713
2.1.0

lib/Doctrine/ODM/PHPCR/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ final class Version
1010
/**
1111
* Current version of PHPCR ODM.
1212
*/
13-
public const VERSION = '2.1.0';
13+
public const VERSION = '2.1.1';
1414
}

0 commit comments

Comments
 (0)