diff --git a/CHANGES.rst b/CHANGES.rst index b54d4a814..2d6a93dbe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,13 @@ Changes ======= +Version v13.0.0b1.dev27 (released 2025-01-16) + +- Revert "config: add record and membership comment notifications" + * This is actually a breaking change since it introduces a new + set of notification templates that will potentialy not be + styled if overridden in an instance's overlay. + Version v13.0.0b1.dev26 (released 2025-01-16) - config: add record and membership comment notifications diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index d1c0c57a2..43d6c3610 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__ = "13.0.0b1.dev26" +__version__ = "13.0.0b1.dev27" __all__ = ("__version__",)