Skip to content

Commit

Permalink
Publish v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzlmn committed Apr 16, 2020
1 parent cd749e4 commit 0106b6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.0

* Raise `UnAuthorized` instead of `Forbidden` [#129](https://github.com/hzlmn/aiohttp-jwt/pull/129). Thanks [@rockwelln](https://github.com/rockwelln)

* Added preflight (OPTIONS) request skip [#139](https://github.com/hzlmn/aiohttp-jwt/pull/139). Thanks [@ckkz-it](https://github.com/ckkz-it)

## v0.5.0

* Switched to new style aiohttp middleware [#94](https://github.com/hzlmn/aiohttp-jwt/pull/94). Thanks [@Ranc58](github.com/Ranc58)
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.5.0'
__version__ = '0.6.0'

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

0 comments on commit 0106b6a

Please sign in to comment.