diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5dded14e..1dcb1832 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog Unreleased ========== + +2.2.2 (2024-11-07) +================== fix: Replace SortableAdminMixin by SortableAdminBase for WorkflowAdmin fix: Restore "In Collection" button in the toolbar diff --git a/djangocms_moderation/__init__.py b/djangocms_moderation/__init__.py index b19ee4b7..ba51cedf 100644 --- a/djangocms_moderation/__init__.py +++ b/djangocms_moderation/__init__.py @@ -1 +1 @@ -__version__ = "2.2.1" +__version__ = "2.2.2"