diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b77deb..17f263a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +... + +## [1.1.0] - 2018-04-04 + ### Added -- Compatibility with Django 1.10 +- Compatibility with Django 1.10 and 1.11 ### Changed @@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial Release -[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...HEAD +[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/springload/wagtailenforcer/compare/v1.0.4...v1.1.0 [1.0.4]: https://github.com/springload/wagtailenforcer/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/springload/wagtailenforcer/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/springload/wagtailenforcer/compare/v1.0.1...v1.0.2 diff --git a/setup.py b/setup.py index 02468b3..64dcc9b 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='wagtailenforcer', - version='1.0.4', + version='1.1.0', description='WagtailEnforcer, the Wagtail arm of the law.', author='Springload', author_email='hello@springload.co.nz',