Skip to content

Commit

Permalink
prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 3, 2014
1 parent 00e1590 commit de7a4a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/Doctrine/ODM/PHPCR/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ class Version
/**
* Current version of PHPCR ODM
*/
const VERSION = '1.1.0';
const VERSION = '1.1.1';
}

0 comments on commit de7a4a8

Please sign in to comment.