Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mongkok committed Apr 9, 2021
1 parent e6c5d4f commit f486b5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.3.2
-----

* Added support for PyJWT>=2
* Removed signals providing_args
* Added JWT_COOKIE_SAMESITE setting
* Added support for Graphene v3

0.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion graphql_jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'DeleteRefreshTokenCookie',
]

__version__ = '0.3.1'
__version__ = '0.3.2'

1 comment on commit f486b5e

@weilu
Copy link

@weilu weilu commented on f486b5e Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

Please sign in to comment.