diff --git a/CHANGES.rst b/CHANGES.rst
index c18329b124fd5046b1c9d7f737cf7c32b6779df8..445871ad2361580e1cf2d7b53249f0aa58dccacc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,13 @@
 Changes
 =======
 
+Version 2024.4 (released 2024-11-26)
+
+- Pin `Flask-Menu`` dependency
+- Add `Invenio-DAMAP` to the dependencies
+- Implement TU Wien user identity generator for connection to DAMAP
+
+
 Version 2024.3 (released 2024-10-01, updated 2024-11-13)
 
 - Replace `setuptools` with `hatchling` as build tool
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index b46a6736aaac49d09318c11abe1ff1ecd8b092ba..b8ca5a3d1038c068df01d4d2a27be5d5c241927d 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2024.3.2"
+__version__ = "2024.4.0"
 
 __all__ = ("__version__", "InvenioConfigTUW")