Skip to content

Commit

Permalink
Bump version 0.17.0 → 0.18.0
Browse files Browse the repository at this point in the history
> **Warning**
>
> This version requires a Fief server version 0.26.0

Breaking changes
----------------

* The `update_profile` method can now only update user fields.

New features
------------

* `change_password`, `email_change` and `email_verify` to change password, change and verify email_change.
* ACR support for integrations.
  • Loading branch information
frankie567 committed Aug 18, 2023
1 parent b43fc6c commit fe3a6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fief_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FiefUserInfo,
)

__version__ = "0.17.0"
__version__ = "0.18.0"

__all__ = [
"Fief",
Expand Down

0 comments on commit fe3a6ee

Please sign in to comment.