From 01825d5415c57c0d7f307f24a903fc66aa00ee0b Mon Sep 17 00:00:00 2001 From: Geuthur Date: Mon, 23 Sep 2024 13:29:26 +0200 Subject: [PATCH] Bump to 1.0.8 --- CHANGELOG.md | 2 ++ madashboard/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c56ab..23909a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## \[1.0.8\] - 2024-09-23 ([@ppfeufer](https://github.com/ppfeufer)) + ### Changed - Widget order priority to 5, so the widget always is below the character widgets that come native with Alliance Auth and can be re-arranged with other priority 5 widgets by changing their app position in the `INSTALLED_APPS` list diff --git a/madashboard/__init__.py b/madashboard/__init__.py index 71dccf0..a4a02e0 100644 --- a/madashboard/__init__.py +++ b/madashboard/__init__.py @@ -1,6 +1,6 @@ """Initialize the app""" -__version__ = "1.0.7" +__version__ = "1.0.8" __title__ = "MemberAudit Dashboard" APP_NAME = "madashboard"