Skip to content

Commit

Permalink
Publish v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Feb 25, 2019
1 parent d849cc9 commit 8bd1651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##v0.4.0

* Added `issue` and `audience` claims support #80 . Thanks @idegree

## v0.3.0

* Added [`auth_scheme`](https://github.com/hzlmn/aiohttp-jwt/blob/master/aiohttp_jwt/middleware.py#L24) option to middleware, that allows customization of authorization header prefix [#77](https://github.com/hzlmn/aiohttp-jwt/pull/77). By default value is `Bearer`. Thanks @gbarbaten
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.3.0'
__version__ = '0.4.0'

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

0 comments on commit 8bd1651

Please sign in to comment.