From 9f807410f827985970ed717f2b5520c928336949 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 6 Jun 2024 22:50:18 +0200 Subject: [PATCH] [CHANGE] Version bumped to v3.0.2 --- CHANGELOG.md | 7 +++++++ afat/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c77e4f..193764e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/afat/__init__.py b/afat/__init__.py index afb57edf..30a3ef1f 100644 --- a/afat/__init__.py +++ b/afat/__init__.py @@ -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")