diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a3b3c1b..f534bd35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,18 +13,23 @@ Highlighting:
https://docs.github.com/assets/cb-41128/mw-1440/images/help/writing/alerts-rendered.webp
> [!NOTE]
+>
> Highlights information that users should take into account, even when skimming.
> [!TIP]
+>
> Optional information to help a user be more successful.
> [!IMPORTANT]
+>
> Crucial information necessary for users to succeed.
> [!WARNING]
+>
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
+>
> Advised about risks or negative outcomes of certain actions.
-->
@@ -44,6 +49,8 @@ Section Order:
+## [5.1.0] - 2026-08-04
+
> [!IMPORTANT]
>
> **This version needs Alliance Auth v5.2.0 or newer!**
@@ -55,7 +62,8 @@ Section Order:
- Use `pk` instead of `id` when referring to the primary key of a model instance, since `id` is not guaranteed to be the primary key in Django.
- Migrated to Alliance Auth proxy models for `Permission`, `User` and `Group`
-- CSS modernized
+- CSS modernized (If you have an older browser that can't handle the new CSS, update your browser…)
+- Translations updated
## [5.0.1] - 2026-07-07
@@ -1133,5 +1141,6 @@ And restart your supervisor.
[4.2.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v4.1.0...v4.2.0 "v4.2.0"
[5.0.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v4.2.0...v5.0.0 "v5.0.0"
[5.0.1]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.0...v5.0.1 "v5.0.1"
+[5.1.0]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.1...v5.1.0 "v5.1.0"
[alliance auth 3.0.0 release notes]: https://gitlab.com/allianceauth/allianceauth/-/tags/v3.0.0 "Alliance Auth 3.0.0 release notes"
-[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.0.1...HEAD "In Development"
+[in development]: https://github.com/ppfeufer/aa-sov-timer/compare/v5.1.0...HEAD "In Development"
diff --git a/README.md b/README.md
index f6ae43c7..44f0e390 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ Make sure you're in the virtual environment (venv) of your Alliance Auth install
Then install the latest version:
```shell
-pip install aa-sov-timer==5.0.1
+pip install aa-sov-timer==5.1.0
```
#### Step 2: Update Your AA Settings
@@ -168,7 +168,7 @@ Once you have completed all previous steps, restart your AA supervisor service t
Add the app to your `conf/requirements.txt`:
```text
-aa-sov-timer==5.0.1
+aa-sov-timer==5.1.0
```
#### Step 2: Update Your AA Settings
@@ -265,7 +265,7 @@ Then run the following commands from your AA project directory (the one that
contains `manage.py`).
```shell
-pip install aa-sov-timer==5.0.1
+pip install aa-sov-timer==5.1.0
python manage.py collectstatic
python manage.py migrate
@@ -278,7 +278,7 @@ Finally, restart your AA supervisor service.
To update your existing installation of AA Sovereignty Timer, all you need to do is to update the respective line in your `conf/requirements.txt` file to the latest version.
```text
-aa-sov-timer==5.0.1
+aa-sov-timer==5.1.0
```
Now rebuild your containers and restart them:
diff --git a/aa-sov-timer-models.png b/aa-sov-timer-models.png
index 861b6cc5..a8f7e6ee 100644
Binary files a/aa-sov-timer-models.png and b/aa-sov-timer-models.png differ
diff --git a/sovtimer/__init__.py b/sovtimer/__init__.py
index 389ff62d..3636ed24 100644
--- a/sovtimer/__init__.py
+++ b/sovtimer/__init__.py
@@ -5,7 +5,7 @@
# Django
from django.utils.translation import gettext_lazy as _
-__version__ = "5.0.1"
+__version__ = "5.1.0"
__title__ = "Sovereignty Timer"
__title_translated__ = _("Sovereignty Timer")
diff --git a/sovtimer/locale/django.pot b/sovtimer/locale/django.pot
index 496793c8..4d2c9192 100644
--- a/sovtimer/locale/django.pot
+++ b/sovtimer/locale/django.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: AA Sov Timer 5.0.1\n"
+"Project-Id-Version: AA Sov Timer 5.1.0\n"
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-sov-timer/issues\n"
-"POT-Creation-Date: 2026-07-07 10:23+0200\n"
+"POT-Creation-Date: 2026-08-04 06:48+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -35,23 +35,23 @@ msgstr ""
msgid "Alliances"
msgstr ""
-#: sovtimer/models.py:161
+#: sovtimer/models.py:159
msgid "Sovereignty structure"
msgstr ""
-#: sovtimer/models.py:162
+#: sovtimer/models.py:160
msgid "Sovereignty structures"
msgstr ""
-#: sovtimer/models.py:242
+#: sovtimer/models.py:240
msgid "Sov Hub defense"
msgstr ""
-#: sovtimer/models.py:270
+#: sovtimer/models.py:268
msgid "Sovereignty campaign"
msgstr ""
-#: sovtimer/models.py:271
+#: sovtimer/models.py:269
msgid "Sovereignty campaigns"
msgstr ""