We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d877f commit ba9f8c1Copy full SHA for ba9f8c1
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+## v0.5.0
2
+
3
+* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58)
4
5
## v0.4.0
6
-* Added `issue` and `audience` claims support #80 . Thanks @idegree
7
+* Added `issue` and `audience` claims support [#80](https://github.com/hzlmn/aiohttp-jwt/pull/80) . Thanks [@idegree](github.com/idegree)
8
9
## v0.3.0
10
aiohttp_jwt/__init__.py
@@ -1,5 +1,5 @@
-__version__ = '0.4.0'
+__version__ = '0.5.0'
from .middleware import JWTMiddleware
from .permissions import (
0 commit comments