From f699c57e738d50397347e12dfcf3c37917abccb3 Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Fri, 2 Sep 2022 14:33:45 +0100 Subject: [PATCH] Update changelog and bump version to 0.11.0 --- CHANGELOG.md | 11 ++++++++++- src/wagtailmedia/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d54b7a9..4b97c371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,23 @@ ## Unreleased + +## [0.11.0] - 2021-09-02 + ### Added -- Added support for Wagtail 4.0 ([#169](https://github.com/torchbox/wagtailmedia/pull/169)). With thanks to @th3hamm0r for testing. +- Added support for Wagtail 4.0 ([#169](https://github.com/torchbox/wagtailmedia/pull/169)). + With thanks to @th3hamm0r for testing and follow-up fix ([#172](https://github.com/torchbox/wagtailmedia/pull/172)). ### Fixed - Sorting in the media index and chooser. - Tabs script dependency in the chooser. ([#170](https://github.com/torchbox/wagtailmedia/pull/170)). Thanks @jhnbkr. +### Changed + +- Updated German translations ([#171](https://github.com/torchbox/wagtailmedia/pull/171)). Thanks @th3hamm0r. + ## [0.10.1] - 2022-06-20 ### Fixed @@ -172,6 +180,7 @@ Initial release --- +[0.11.0]: https://github.com/torchbox/wagtailmedia/releases/tag/v0.11.0 [0.10.1]: https://github.com/torchbox/wagtailmedia/releases/tag/v0.10.1 [0.10.0]: https://github.com/torchbox/wagtailmedia/releases/tag/v0.10.0 [0.9.0]: https://github.com/torchbox/wagtailmedia/releases/tag/v0.9.0 diff --git a/src/wagtailmedia/version.py b/src/wagtailmedia/version.py index 1f4c4d43..ae6db5f1 100644 --- a/src/wagtailmedia/version.py +++ b/src/wagtailmedia/version.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.11.0"