Skip to content

Commit

Permalink
Bump version 0.26.2 → 0.26.3
Browse files Browse the repository at this point in the history
Bug fixes and improvements
--------------------------

* Add a setting to allow non-SSL HTTP URL as Redirect URL [[Documentation](https://docs.fief.dev/self-hosting/environment-variables/#client-redirect-uris)]
* Fix email verification form so it can be submitted only once
* Fix error when setting an invalid locale cookie
* Fix error when using a non-ASCII secret setting
* Bump dependencies

> **Warning**
>
> The next major version of Fief will introduce lot of changes to how we handle database schemas.
> We recommend you to update to this version ASAP to smooth the migration path towards the future version.
  • Loading branch information
frankie567 committed Sep 9, 2023
1 parent 37a517c commit dae470a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.2"
__version__ = "0.26.3"

0 comments on commit dae470a

Please sign in to comment.