Skip to content

Commit

Permalink
[CHANGE] Version bumped to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Jun 6, 2024
1 parent cbffe4c commit 9f80741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ Section Order:
### Security
-->

## \[3.0.2\] - 2024-06-06

### Fixed

- Lack of authorization check when requesting recent FatLinks in Dashboard Ajax call.
This could lead to unauthorized access to FatLinks of other users. ([#337](https://github.com/ppfeufer/allianceauth-afat/issues/337))

### Changed

- Chinese translation updated
- Russian translation updated

## \[3.0.1\] - 2024-05-16

### Change
Expand Down
2 changes: 1 addition & 1 deletion afat/__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__ = "3.0.1"
__version__ = "3.0.2"
__title__ = _("Fleet Activity Tracking")

0 comments on commit 9f80741

Please sign in to comment.