Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Apr 7, 2023
1 parent a0ed042 commit bcb1c72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

0.54.0
------

Added ``allow_unauthenticated`` option to ``JWTMiddleware``.

By default, ``JWTMiddleware`` rejects any request with an invalid JWT token,
but with this option we allow the user to reject the request instead within
their endpoints.

-------------------------------------------------------------------------------

0.53.0
------

Expand Down
2 changes: 1 addition & 1 deletion piccolo_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.53.0"
__VERSION__ = "0.54.0"

0 comments on commit bcb1c72

Please sign in to comment.