Skip to content

Commit

Permalink
release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Sep 11, 2024
1 parent 2f84cf9 commit ffcbeb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 4.0.1 (released 2024-09-11)

- i18n: push translations
- keycloak: add `legacy_url_path` parameter to the `KeycloakSettingsHelper`
- global: explicitly set and use `hide` attribute for config

Version 4.0.0 (released 2024-03-23)

- fix: before_app_first_request deprecation
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__ = "4.0.0"
__version__ = "4.0.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit ffcbeb4

Please sign in to comment.