diff --git a/CHANGES.rst b/CHANGES.rst
index 3d4955598461c97fb8982258cbe8f62429b47724..ca5d282caad3f8b8bd670635c69f1f3cdc6eae28 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,11 +8,13 @@
Changes
=======
-Version 2024.3 (released 2024-10-01)
+Version 2024.3 (released 2024-10-01, updated 2024-10-10)
- Replace `setuptools` with `hatchling` as build system
- Clean up old built-up cruft
- Brush up tests
+- Fix frontpage override
+- Fix some new SonarQube complaints
Version 2024.2 (released 2024-06-24, updated 2024-09-17)
diff --git a/invenio_theme_tuw/__init__.py b/invenio_theme_tuw/__init__.py
index ec249c02ca591e89ca46676531c38f28e11268e2..469e5090cdabfa0382c2197b3d8f856357797c5d 100644
--- a/invenio_theme_tuw/__init__.py
+++ b/invenio_theme_tuw/__init__.py
@@ -9,7 +9,7 @@
from .ext import InvenioThemeTUW
-__version__ = "2024.3.0"
+__version__ = "2024.3.1"
__all__ = (
"__version__",