Skip to content

Commit 462643d

Browse files
committed
[RELEASE] v2.5.0
## [2.5.0] - 2025-01-24 ### Added - SRI hash calculation for static files ### Changed - Set user agent according to MDN guidelines - Translations updated - Minimum requirements: - Alliance Auth>=4.6.0
1 parent e042cd5 commit 462643d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@ Section Order:
3535
### Security
3636
-->
3737

38+
## [2.5.0] - 2025-01-24
39+
3840
### Added
3941

4042
- SRI hash calculation for static files
4143

4244
### Changed
4345

4446
- Set user agent according to MDN guidelines
47+
- Translations updated
4548
- Minimum requirements:
4649
- Alliance Auth>=4.6.0
4750

esistatus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# Django
66
from django.utils.translation import gettext_lazy as _
77

8-
__version__ = "2.4.3"
8+
__version__ = "2.5.0"
99
__title__ = _("ESI Status")

0 commit comments

Comments
 (0)