From 1728dc7e21fcc171886351948f1235b8564c7019 Mon Sep 17 00:00:00 2001 From: Loic Teixeira Date: Mon, 23 Apr 2018 10:32:25 +1000 Subject: [PATCH] Release 1.1.1 (#11) * Update changelog * Bump version --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f263a..b5e2cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ... +## [1.1.1] - 2018-04-23 + +### Fixed + +- Crash when saving an image (as opposed to uploading an image) + ## [1.1.0] - 2018-04-04 ### Added @@ -47,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial Release -[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/springload/wagtailenforcer/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/springload/wagtailenforcer/compare/v1.1.0...v1.1.1 [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 diff --git a/setup.py b/setup.py index 64dcc9b..981add7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( name='wagtailenforcer', - version='1.1.0', + version='1.1.1', description='WagtailEnforcer, the Wagtail arm of the law.', author='Springload', author_email='hello@springload.co.nz',