Skip to content

Commit 0e6dce2

Browse files
committed
update version
1 parent 7f27ea5 commit 0e6dce2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
2.1.1
5+
-----
6+
7+
release 2.1.1
8+
49
2.x
510
===
611

@@ -507,4 +512,4 @@ maintenance release of the 1.0 family with bugfixes
507512
->execute(Query::HYDRATE_PHPCR);
508513
* CreateQuery($statement, $language) has NOT been implemented in the new query builder.
509514
It is, however, still available in the DocumentManager.
510-
* DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery()
515+
* DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery()

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.1.0';
1414
}

0 commit comments

Comments
 (0)