Skip to content

Commit

Permalink
Bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Geuthur committed Sep 23, 2024
1 parent 46e7b6b commit 01825d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion madashboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Initialize the app"""

__version__ = "1.0.7"
__version__ = "1.0.8"
__title__ = "MemberAudit Dashboard"

APP_NAME = "madashboard"
Expand Down

0 comments on commit 01825d5

Please sign in to comment.