Skip to content

Commit aad7f4e

Browse files
authored
chore: Prepare 2.2.8 release (#1530)
* Update __init__.py * Update CHANGELOG.rst
1 parent 330d1da commit aad7f4e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
CHANGELOG
33
=========
44

5-
Unreleased
6-
==========
5+
2.2.8 (2025-06-10)
6+
==================
7+
8+
* fix(2.2.x backport): respect upload and directory listing permissions by @fdintino in https://github.com/django-cms/django-filer/pull/1527
79

810
2.2.7 (2024-05-16)
911
==================

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__ = '2.2.7'
16+
__version__ = '2.2.8'

0 commit comments

Comments
 (0)