Skip to content

Commit

Permalink
Added support for Flask-JWT and released 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Feb 13, 2018
1 parent 1d2984a commit 6832b2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY
Expand Up @@ -3,6 +3,10 @@ Changelog

These are all the changes in Flasgger since the 0.6.0 release

0.8.1
-----
JWT - Flask_jwt support added

0.8.0
-----
- Reverted the automatic set of json_encoder and allowed user to import LAzyJSONEncoder (tks @SBillion)
Expand Down
2 changes: 1 addition & 1 deletion flasgger/__init__.py
@@ -1,5 +1,5 @@

__version__ = '0.8.0'
__version__ = '0.8.1'
__author__ = 'Bruno Rocha'
__email__ = 'rochacbruno@gmail.com'

Expand Down

0 comments on commit 6832b2c

Please sign in to comment.