diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 35d9e4f09..c4d252fe8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +3.3.1 (2024-12-07) +================== + +* fix: editing buttons missing in admin when file present by @pajowu in https://github.com/django-cms/django-filer/pull/1511 +* fix: incompatibility with djangocms-versioning-filer 1.3 was fixed by @fscherf in https://github.com/django-cms/django-filer/pull/1509 + +**New Contributors** + +* @pajowu made their first contribution in https://github.com/django-cms/django-filer/pull/1511 +* @fscherf made their first contribution in https://github.com/django-cms/django-filer/pull/1509 + 3.3.0 (2024-11-19) ================== diff --git a/filer/__init__.py b/filer/__init__.py index 835554821..c38093b6d 100644 --- a/filer/__init__.py +++ b/filer/__init__.py @@ -13,4 +13,4 @@ 8. Publish the release and it will automatically release to pypi """ -__version__ = '3.3.0' +__version__ = '3.3.1'