diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d7eabb0..47dee707 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,13 @@ Changelog ========= -Unreleased -========== -fix: Add data-popup attr to a tag in burger menu item -fix: Replace SortableAdminMixin by SortableAdminBase for WorkflowAdmin -fix: Restore "In Collection" button in the toolbar -fix: Update README.rst and add overview of settings +2.2.2 (2024-11-07) +================== +* fix: Add data-popup attr to a tag in burger menu item (#291) +* fix: Replace SortableAdminMixin by SortableAdminBase for WorkflowAdmin (#279) +* fix: Restore "In Collection" button in the toolbar (#286) +* fix: Update README.rst and add overview of settings +* fix: Update check framework to not allow publishing for moderated models (#282) 2.2.1 (2024-07-02) ================== 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"