diff --git a/CHANGELOG-1.1.md b/CHANGELOG-1.1.md index 4f5158df95..960e1ec962 100644 --- a/CHANGELOG-1.1.md +++ b/CHANGELOG-1.1.md @@ -5,6 +5,18 @@ This changelog references the relevant changes done in 1.1 minor versions. If up 1.0.x branch, please review [Upgrade Path](https://github.com/doctrine/mongodb-odm/blob/master/CHANGELOG-1.1.md#upgrade-path). +1.1.3 (2017-01-14) +------------------ + +All issues and pull requests in this release may be found under the +[1.1.3 milestone](https://github.com/doctrine/mongodb-odm/issues?q=milestone%3A1.1.3). + +* [#1551](https://github.com/doctrine/mongodb-odm/pull/1551) fixes modifying reference fields with Query Builder +* [#1550](https://github.com/doctrine/mongodb-odm/pull/1550) fixes reusing embedded documents with multiple flushes +* [#1543](https://github.com/doctrine/mongodb-odm/pull/1543) provides support for nullable return types in custom collections +* [#1540](https://github.com/doctrine/mongodb-odm/pull/1540) ensures compatibility with MongoDB 3.4 +* [#1544](https://github.com/doctrine/mongodb-odm/pull/1544) ensures compatibility with PHP 7.1 + 1.1.2 (2016-10-07) ------------------ diff --git a/docs/en/conf.py b/docs/en/conf.py index c501ea9c3e..8a18a9abc0 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -47,7 +47,7 @@ # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.