Skip to content

Commit

Permalink
[CHANGE] Version bumped to v3.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Mar 5, 2024
1 parent 894f08d commit 277b9b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\]
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.0-beta.2"
__version__ = "3.0.0-beta.3"
__title__ = _("Fleet Activity Tracking")

0 comments on commit 277b9b5

Please sign in to comment.