Skip to content

Commit

Permalink
[RELEASE] v2.6.0
Browse files Browse the repository at this point in the history
## [2.6.0] - 2025-01-31

### Changed

- Use `django-sri` for sri hashes
- Minimum requirements
  - Alliance Auth >= 4.6.0
  • Loading branch information
ppfeufer committed Jan 31, 2025
1 parent df057cd commit b73b6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Section Order:
### Security
-->

## [2.6.0] - 2025-01-31

### Changed

- Use `django-sri` for sri hashes
Expand Down
2 changes: 1 addition & 1 deletion aa_intel_tool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.5.3"
__version__ = "2.6.0"
__title__ = _("Intel Parser")

0 comments on commit b73b6c5

Please sign in to comment.