Skip to content

Commit

Permalink
Bump version 0.21.0 → 0.22.0
Browse files Browse the repository at this point in the history
New features and improvements
-----------------------------

* Lifetime of access tokens, refresh tokens and authorization codes can now be customized per client.
* Add `created_at` and `updated_at` columns in Users table.
* Add HTML titles to admin dashboard pages.
* Bump dependencies

Bug fixes
---------

* Add missing cookies environment variables in Quickstart command generated by CLI
* Fix permissions policy security header
* Fix theme preview not working because of CSRF
  • Loading branch information
frankie567 committed Jan 22, 2023
1 parent 6bed34d commit 5deb88b
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.21.0"
__version__ = "0.22.0"

0 comments on commit 5deb88b

Please sign in to comment.