Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d07f87b

Browse files
authored
Merge pull request auth0#310 from auth0/release-3.22.0
Release 3.22.0
2 parents 719bc9e + b3745b7 commit d07f87b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changes
22
=======
33

4+
3.22.0
5+
------------------
6+
7+
**Added**
8+
- [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))
9+
- [SDK-3175] Return token claims in TokenVerifier.verify() [\#273](https://github.com/auth0/auth0-python/pull/273) ([bisguzar](https://github.com/bisguzar))
10+
11+
**Fixed**
12+
- [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))
13+
414
3.21.0
515
------------------
616

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.21.0'
1+
__version__ = '3.22.0'

0 commit comments

Comments
 (0)