diff --git a/CHANGELOG.md b/CHANGELOG.md index a50bd2ba3..d94fbcff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ Changelog 1.3.1 ----- +Version 1.3.1 + +1.3.1 +----- + * **2016-04-05**: [Bugfix][Migration] The `doctrine:phpcr:document:convert-translation` had a bug preventing the last batch of translations from being saved. If you used the converter, you might have some of your documents not properly converted. Do not re-run the converter on a repository where @@ -351,4 +356,4 @@ maintenance release of the 1.0 family with bugfixes ->execute(Query::HYDRATE_PHPCR); * CreateQuery($statement, $language) has NOT been implemented in the new query builder. It is, however, still available in the DocumentManager. - * DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery() + * DocumentManager->getDocumentsByQuery renamed to getDocumentsByPhpcrQuery() \ No newline at end of file diff --git a/lib/Doctrine/ODM/PHPCR/Version.php b/lib/Doctrine/ODM/PHPCR/Version.php index 2c7eeac56..59a7cbeb7 100644 --- a/lib/Doctrine/ODM/PHPCR/Version.php +++ b/lib/Doctrine/ODM/PHPCR/Version.php @@ -27,5 +27,5 @@ class Version /** * Current version of PHPCR ODM */ - const VERSION = '1.3.0'; + const VERSION = '1.3.1'; }