diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f9d171..bf157e5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog unreleased ========== + +1.4.2 (2022-07-07) +================== * fix: Fixed inconsistency in Content Expiry form field UI behaviour for the compliance number 1.4.1 (2022-07-06) diff --git a/djangocms_content_expiry/__init__.py b/djangocms_content_expiry/__init__.py index a33db59..59a8c53 100644 --- a/djangocms_content_expiry/__init__.py +++ b/djangocms_content_expiry/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.4.1" +__version__ = "1.4.2" default_app_config = "djangocms_content_expiry.apps.DjangocmsContentExpiryConfig"