diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f89514..eb87b2d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Changelog ========= +0.8 (17.05.2021) +~~~~~~~~~~~~~~~~~~ + + * Add a permission required to import content (Nick Smith) + 0.7.1 (04.03.2021) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index d2bc0c1..2addd37 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='wagtail-transfer', - version='0.7.1', + version='0.8.0', description="Content transfer for Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',