diff --git a/CHANGES.rst b/CHANGES.rst
index 8dbd14520a9309cb97d555e8e8700ee0cbb50180..2014348334785a9d9b6115aa0e5f7bb6796f8c9d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,7 +9,7 @@ Changes
 =======
 
 
-Version <next>
+Version 2025.1.9 (released 2025-02-13)
 
 - Allow secondary email address to be removed again
 - Add "id" to the fake entity created by `SystemEntityProxy._resolve()`
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index a902ac3ac244dab1aec9fd1eca6a89960d726f71..f3aeeaaec3d7b39a093d7172a80944c07258c271 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2025.1.8"
+__version__ = "2025.1.9"
 
 __all__ = ("__version__", "InvenioConfigTUW")