diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 75cd865..0404bcf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ Changelog ========= +0.8.2 (29.07.2021) +~~~~~~~~~~~~~~~~~~ + + * Fix failing migrations on Wagtail <2.12 (Matthew Westcott) + + 0.8.1 (9.07.2021) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 779dcd9..dbb439d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='wagtail-transfer', - version='0.8.1', + version='0.8.2', description="Content transfer for Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',