diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4662f0ce..f1e63062 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,13 @@ Changelog Unreleased ========== + +2.2.1 (2024-07-02) +================== * feat: Add multi select and add to moderation in admin for moderated_models 2.2.0 (2024-05-16) -========== +================== * Python 3.8, 3.9 support removed * Python 3.10, 3.11 and 3.12 support added * Django 2.2 support removed diff --git a/djangocms_moderation/__init__.py b/djangocms_moderation/__init__.py index 8a124bf6..b19ee4b7 100644 --- a/djangocms_moderation/__init__.py +++ b/djangocms_moderation/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1"