Skip to content

Commit

Permalink
Publish 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Nov 23, 2019
1 parent 66d877f commit ba9f8c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## v0.5.0

* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58)

## v0.4.0

* Added `issue` and `audience` claims support #80 . Thanks @idegree
* Added `issue` and `audience` claims support [#80](https://github.com/hzlmn/aiohttp-jwt/pull/80) . Thanks [@idegree](github.com/idegree)

## v0.3.0

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.4.0'
__version__ = '0.5.0'

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

0 comments on commit ba9f8c1

Please sign in to comment.