Skip to content

Commit

Permalink
chore: Prepare release 3.2.0 (#1491)
Browse files Browse the repository at this point in the history
* Fix #1377

* Bump to 3.2.0
  • Loading branch information
fsbraun authored Aug 25, 2024
1 parent f919cbf commit 250bd03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

3.2.0 (2024-08-23)
==================

* feat: Add cache for permission checks by @fsbraun in https://github.com/django-cms/django-filer/pull/1486
* fix: Reduce number of thumbnails created for admin, avoid admin thumbnails for svg files by @fsbraun in https://github.com/django-cms/django-filer/pull/1490
* fix: Allow ``Image.MAX_IMAGE_PIXELS`` to be ``None`` by @fsbraun in https://github.com/django-cms/django-filer/pull/1475
* docs: Update extending_filer.rst by @DmytroLitvinov in https://github.com/django-cms/django-filer/pull/1488

**New contributor:**

* @DmytroLitvinov made their first contribution in https://github.com/django-cms/django-filer/pull/1488

3.1.4 (2024-07-15)
==================

Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.1.4'
__version__ = '3.2.0'

0 comments on commit 250bd03

Please sign in to comment.