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 cd749e4 commit 0106b6aCopy full SHA for 0106b6a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.6.0
2
+
3
+* Raise `UnAuthorized` instead of `Forbidden` [#129](https://github.com/hzlmn/aiohttp-jwt/pull/129). Thanks [@rockwelln](https://github.com/rockwelln)
4
5
+* Added preflight (OPTIONS) request skip [#139](https://github.com/hzlmn/aiohttp-jwt/pull/139). Thanks [@ckkz-it](https://github.com/ckkz-it)
6
7
## v0.5.0
8
9
* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58)
aiohttp_jwt/__init__.py
@@ -1,5 +1,5 @@
-__version__ = '0.5.0'
+__version__ = '0.6.0'
from .middleware import JWTMiddleware
from .permissions import (
0 commit comments