diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7c98e22..edf602f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,12 @@ Changelog ========= +0.8.4 (09.06.2022) +~~~~~~~~~~~~~~~~~~ + + * Correctly handle new-format ListBlock elements as of Wagtail 2.15 (Jacob Topp-Mugglestone) + + 0.8.3 (11.05.2022) ~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index a3b97b3..385735d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='wagtail-transfer', - version='0.8.3', + version='0.8.4', description="Content transfer for Wagtail", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',