diff --git a/CHANGES.rst b/CHANGES.rst index 542da7e..3af2121 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 3.5.1 (released 2023-08-30) + +- orcid: show registration form errors on validations errors + Version 3.5.0 (released 2023-08-30) - oauth: handle properly workflow when user is not yet confirmed and auto-confirm is @@ -15,7 +19,7 @@ Version 3.5.0 (released 2023-08-30) Version 3.4.1 (released 2023-08-16) -- utils: removed creation of UserNeed email +- utils: removed creation of UserNeed email Version 3.4.0 (released 2023-08-09) diff --git a/invenio_oauthclient/__init__.py b/invenio_oauthclient/__init__.py index 23007e4..0920bf0 100644 --- a/invenio_oauthclient/__init__.py +++ b/invenio_oauthclient/__init__.py @@ -12,7 +12,7 @@ from .oauth import oauth_link_external_id, oauth_unlink_external_id from .proxies import current_oauthclient -__version__ = "3.5.0" +__version__ = "3.5.1" __all__ = ( "__version__",