Skip to content

Commit 0106b6a

Browse files
committed
Publish v0.6.0
1 parent cd749e4 commit 0106b6a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.5.0
28

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

aiohttp_jwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = '0.5.0'
2+
__version__ = '0.6.0'
33

44
from .middleware import JWTMiddleware
55
from .permissions import (

0 commit comments

Comments
 (0)