From de7a4a84e842f26b105f91dac47d450a3ab21b25 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 3 Jun 2014 10:56:24 +0200 Subject: [PATCH] prepare release 1.1.1 --- CHANGELOG.md | 9 +++++++++ lib/Doctrine/ODM/PHPCR/Version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7a86e22..e03556e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +1.1.1 +----- + +Release 1.1.1 + +* **2014-06-03**: Fix ClassMetadata::newInstance() for PHP 5.5.13. +* **2014-05-10**: Cleanup on query builder, invalid alias will now be detected + earlier. + 1.1.0 ----- diff --git a/lib/Doctrine/ODM/PHPCR/Version.php b/lib/Doctrine/ODM/PHPCR/Version.php index d4a3ccece..7261a8628 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.1.0'; + const VERSION = '1.1.1'; }