Skip to content

Commit 250bd03

Browse files
authored
chore: Prepare release 3.2.0 (#1491)
* Fix #1377 * Bump to 3.2.0
1 parent f919cbf commit 250bd03

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
3.2.0 (2024-08-23)
6+
==================
7+
8+
* feat: Add cache for permission checks by @fsbraun in https://github.com/django-cms/django-filer/pull/1486
9+
* 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
10+
* fix: Allow ``Image.MAX_IMAGE_PIXELS`` to be ``None`` by @fsbraun in https://github.com/django-cms/django-filer/pull/1475
11+
* docs: Update extending_filer.rst by @DmytroLitvinov in https://github.com/django-cms/django-filer/pull/1488
12+
13+
**New contributor:**
14+
15+
* @DmytroLitvinov made their first contribution in https://github.com/django-cms/django-filer/pull/1488
16+
517
3.1.4 (2024-07-15)
618
==================
719

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.1.4'
16+
__version__ = '3.2.0'

0 commit comments

Comments
 (0)