Skip to content

Commit

Permalink
Bump version: 0.15.1 → 0.16.0
Browse files Browse the repository at this point in the history
New features
------------

* Bring Your Own Database: add support for SSL modes
* Add audit logs mechanism to store important events in the database
* Improve general logging

Bug fixes
---------

* Fix #35: allow `127.0.0.1` host for Client Redirect URI besides `localhost`. Thanks @duber000 🎉
  • Loading branch information
frankie567 committed Jun 21, 2022
1 parent 97342bd commit 9748c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.1"
__version__ = "0.16.0"
2 changes: 1 addition & 1 deletion backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.15.1
current_version = 0.16.0
commit = True
tag = True
commit_args = -e
Expand Down

0 comments on commit 9748c02

Please sign in to comment.