From 277b9b564de71db07ed3d9bd7a4f8ddcfa7b7191 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 5 Mar 2024 16:23:37 +0100 Subject: [PATCH] [CHANGE] Version bumped to v3.0.0-beta.3 --- CHANGELOG.md | 14 ++++++++++++++ afat/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7100a1..8b86e40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,20 @@ Section Order: ### Security --> +## \[3.0.0-beta.3\] - 2024-03-05 + +> \[!NOTE\] +> +> **This version needs at least Alliance Auth v4.0.0b2!** +> +> Please make sure to update your Alliance Auth instance **before** +> you install this version, otherwise, an update to Alliance Auth will +> be pulled in unsupervised. + +### Fixed + +- A potential performance issue with an ajax call in the dashboard view (thx to @pvyParts) + ## \[3.0.0-beta.2\] - 2024-03-04 > \[!NOTE\] diff --git a/afat/__init__.py b/afat/__init__.py index 10ad8a1e..950b2459 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.0-beta.2" +__version__ = "3.0.0-beta.3" __title__ = _("Fleet Activity Tracking")