diff --git a/CHANGES.rst b/CHANGES.rst index 435283583ebf42cfea1a48b54e35ac3b5defe9d9..2b743ffe021ae9f5213b7c1ec0ae2c7d92c8324e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes ======= -Version 2024.2 (released 2024-06-24, updated 2024-09-17) +Version 2024.2 (released 2024-06-24, updated 2024-10-01) - v12 compat: Chase Invenio-OAuthClient refactoring - v12 compat: Chase permission policy changes @@ -28,6 +28,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-09-17) - Use the `finalize_app` entrypoint for the SMTP handler rather than a hacky blueprint - Update README - Remove overridden search mappings for community members +- Update wording about curation consent on registration form 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 82db3123677e4b734655d71e81d16270a7202883..90ae7eb896c289c7ce8bf6a024c79c95d4fc8926 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2024.2.10" +__version__ = "2024.2.11" __all__ = ("__version__", "InvenioConfigTUW")