diff --git a/CHANGES.rst b/CHANGES.rst index 0184730..54b897f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,13 @@ Changes ======= -Version 2.0.0 (released 2022-06-14) +Version 2.1.0 (released 2024-11-08) + +- permissions: add system permission +- tests: move to reusable workflows +- i18n: pull and push translations + +Version 2.0.0 (released 2024-06-14) - upgrade invenio-accounts dependency - models: change role_id FK of ActionRoles to string diff --git a/invenio_access/__init__.py b/invenio_access/__init__.py index 9f85f16..78aa2a9 100644 --- a/invenio_access/__init__.py +++ b/invenio_access/__init__.py @@ -438,7 +438,7 @@ ) from .proxies import current_access -__version__ = "2.0.0" +__version__ = "2.1.0" __all__ = ( "__version__",