Skip to content

Commit

Permalink
Merge pull request #310 from auth0/release-3.22.0
Browse files Browse the repository at this point in the history
Release 3.22.0
  • Loading branch information
adamjmcgrath authored Mar 22, 2022
2 parents 719bc9e + b3745b7 commit d07f87b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

3.22.0
------------------

**Added**
- [SDK-3174] Add `DELETE` method for `/api/v2/users/{id}/authenticators` endpoint [\#301](https://github.com/auth0/auth0-python/pull/301) ([akmjenkins](https://github.com/akmjenkins))
- [SDK-3175] Return token claims in TokenVerifier.verify() [\#273](https://github.com/auth0/auth0-python/pull/273) ([bisguzar](https://github.com/bisguzar))

**Fixed**
- [SDK-3173] Default to 'None' for `deployed` on GET /api/v2/actions/actions endpoint [\#309](https://github.com/auth0/auth0-python/pull/309) ([evansims](https://github.com/evansims))

3.21.0
------------------

Expand Down
2 changes: 1 addition & 1 deletion auth0/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.21.0'
__version__ = '3.22.0'

0 comments on commit d07f87b

Please sign in to comment.