diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9a793..55c954a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.8 (In development) +# 0.8 (07-03-2024) - Dropped official support for Wagtail 4 and lower - Officially supports up to Wagtail 5.2 diff --git a/src/wagtail_marketing/__init__.py b/src/wagtail_marketing/__init__.py index cf40c3c..725809f 100644 --- a/src/wagtail_marketing/__init__.py +++ b/src/wagtail_marketing/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 7, 0, 'final') +VERSION = (0, 8, 0, 'final') def get_version():