diff --git a/CHANGES.rst b/CHANGES.rst index b931559..e8c089c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. This file is part of Invenio. Copyright (C) 2015-2023 CERN. + Copyright (C) 2024 Graz University of Technology. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -8,6 +9,11 @@ Changes ======= +Version 4.1.2 (release 2024-11-30) + +- setup: pin dependencies +- ci: use reusable workflow when publishing + Version 4.1.0 (released 2024-11-07) - handlers: add basic error handling for roles creation diff --git a/invenio_oauthclient/__init__.py b/invenio_oauthclient/__init__.py index d744d77..9d4616b 100644 --- a/invenio_oauthclient/__init__.py +++ b/invenio_oauthclient/__init__.py @@ -13,7 +13,7 @@ from .oauth import oauth_link_external_id, oauth_unlink_external_id from .proxies import current_oauthclient -__version__ = "4.1.1" +__version__ = "4.1.2" __all__ = ( "__version__",