diff --git a/CHANGES.rst b/CHANGES.rst
index 78fe888d227d98d173fa2a42b6c2bb81aaec0513..435283583ebf42cfea1a48b54e35ac3b5defe9d9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-09-17)
- Remove references to the unused `trusted-publisher` role
- Use the `finalize_app` entrypoint for the SMTP handler rather than a hacky blueprint
- Update README
+- Remove overridden search mappings for community members
Version 2024.1 (released 2024-05-22, updated 2024-05-22)
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 983de734eb5fa4ff0a8efaa824a44021dd133974..82db3123677e4b734655d71e81d16270a7202883 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
-__version__ = "2024.2.9"
+__version__ = "2024.2.10"
__all__ = ("__version__", "InvenioConfigTUW")