diff --git a/CHANGELOG.md b/CHANGELOG.md index 541043e..f9765d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed ... +# [0.1.1] - 2017-07-13 +### Fixed + +Compatibility with IE11 ## [0.1.0] - 2017-04-27 Initial Release -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/d6c8c2925e23a2473a1f051c6135fc72b1793761...v0.1.0 diff --git a/package.json b/package.json index 3141c6f..5bd7e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wagtailmodelchoosers", - "version": "0.1.0", + "version": "0.1.1", "description": "Allows you to pick generic models (rather than snippets or pages)", "main": "setup.py", "keywords": [], diff --git a/wagtailmodelchoosers/__init__.py b/wagtailmodelchoosers/__init__.py index 4a229a1..00e508d 100644 --- a/wagtailmodelchoosers/__init__.py +++ b/wagtailmodelchoosers/__init__.py @@ -1,5 +1,5 @@ __title__ = 'wagtailmodelchoosers' -__version__ = '0.1.0' +__version__ = '0.1.1' __author__ = 'Springload' __license__ = 'MIT' __copyright__ = 'Copyright 2017 Springload'