Skip to content

Commit

Permalink
Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Apr 4, 2018
1 parent fd5ee50 commit 1e30bd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

- [0.1.1]

*Fixes*

* Fixed issue with non bearer token scheme https://github.com/hzlmn/aiohttp-jwt/issues/14 .Thanks @vikitikitavi


- [0.1.0]

*Additions*
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_jwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = '0.1.0'
__version__ = '0.1.1'

from .middleware import JWTMiddleware
from .permissions import (
Expand Down

0 comments on commit 1e30bd2

Please sign in to comment.