diff --git a/CHANGES.rst b/CHANGES.rst index 96e80a10a..9e4ca0db8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v12.0.11 (released 2024-11-28) + +- installation: remove "sentry_sdk" extra from invenio-logging + Version 12.0.10 (released 2024-09-26) - revert deposit permission check for publish button, as it is not working as expected diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index df81b14f4..f45ae94b2 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "12.0.10" +__version__ = "12.0.11" __all__ = ("__version__",)