diff --git a/CHANGES.rst b/CHANGES.rst index ad22d90e3da5070153aaf1e5eb1cda7b75b9cb62..1cb0fd44140c8485083786a17b27490fb5aa78d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changes ======= +Version 2024.2 (released 2024-06-24) + +- v12 compat: Chase Invenio-OAuthClient refactoring +- v12 compat: Chase permission policy changes +- v12 compat: Chase record ownership changes +- v12 compat: Remove breadcrumbs +- Use configuration items instead of hacks for the community permission policy +- Flatten the user preference `curation.consent` to `curation_consent` +- Override search mappings + 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 21a429ac0520638ef74c1c1014598135d5c80aa6..e34b4e1b7763d99fd89226777c546c8e55cdfb13 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2024.1.1" +__version__ = "2024.2.0" __all__ = ("__version__", "InvenioConfigTUW")