Skip to content

Commit

Permalink
release: v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 20, 2023
1 parent 9509dc2 commit 986e9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@
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
disabled for remote

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)

Expand Down
2 changes: 1 addition & 1 deletion invenio_oauthclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__",
Expand Down

0 comments on commit 986e9ec

Please sign in to comment.