diff --git a/CHANGES.rst b/CHANGES.rst index 84b94d8c3323b9a107429a00ec41539e3101f674..78fe888d227d98d173fa2a42b6c2bb81aaec0513 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes ======= -Version 2024.2 (released 2024-06-24, updated 2024-09-12) +Version 2024.2 (released 2024-06-24, updated 2024-09-17) - v12 compat: Chase Invenio-OAuthClient refactoring - v12 compat: Chase permission policy changes @@ -24,6 +24,9 @@ Version 2024.2 (released 2024-06-24, updated 2024-09-12) - Show all accessible drafts in the user's dashboard - Give out permissions to access the draft's files with the preview permission - Deduplicate some generators in the permission policy +- Remove references to the unused `trusted-publisher` role +- Use the `finalize_app` entrypoint for the SMTP handler rather than a hacky blueprint +- Update README 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 ece039ecb2459f359ddf88f8c826ed996ad1ef8f..983de734eb5fa4ff0a8efaa824a44021dd133974 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2024.2.8" +__version__ = "2024.2.9" __all__ = ("__version__", "InvenioConfigTUW")