Skip to content

Commit 42923e8

Browse files
committed
prepare release
1 parent b4a547b commit 42923e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
2.x
55
===
66

7+
2.0.1
8+
-----
9+
10+
* Added `DocumentManager::isUninitializedObject` method to avoid warning and be ready for Doctrine ORM 4.*.
11+
712
2.0.0
813
-----
914

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.0-dev';
13+
public const VERSION = '2.0.1';
1414
}

0 commit comments

Comments
 (0)