diff --git a/CHANGELOG.md b/CHANGELOG.md index 79de89c0..2c5efbbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Unreleased -- Wagtail 4.0 upgrade (includes v4.1) -- Remove unused files and folders -- Move example app to testapp +## 0.3.0 [2022-12-22](https://github.com/torchbox/wagtail-wordpress-import/tree/v0.3.0) + +- Wagtail 4.0 upgrade (includes v4.1) [#164](https://github.com/torchbox/wagtail-wordpress-import/pull/164) +- Remove unused files and folders [#162](https://github.com/torchbox/wagtail-wordpress-import/pull/162) +- Move example app to testapp [#163](https://github.com/torchbox/wagtail-wordpress-import/pull/163) ## 0.2.0 [2022-10-27](https://github.com/torchbox/wagtail-wordpress-import/tree/v0.2.0) diff --git a/wagtail_wordpress_import/__init__.py b/wagtail_wordpress_import/__init__.py index 3922e6e1..98184c6a 100644 --- a/wagtail_wordpress_import/__init__.py +++ b/wagtail_wordpress_import/__init__.py @@ -1,5 +1,5 @@ default_app_config = "wagtail_wordpress_import.apps.WagtailWordpressImportAppConfig" -VERSION = (0, 2, 0) +VERSION = (0, 3, 0) __version__ = ".".join(map(str, VERSION))