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

Skip to content

Commit 45faea1

Browse files
authored
Merge pull request auth0#447 from auth0/release/3.24.0
Release 3.24.0
2 parents 29e3358 + 29f2710 commit 45faea1

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,5 +1,15 @@
11
# Change Log
22

3+
## [3.24.0](https://github.com/auth0/auth0-python/tree/3.24.0) (2022-10-17)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.23.1...3.24.0)
5+
6+
**Added**
7+
- [SDK-3714] Async token verifier [\#445](https://github.com/auth0/auth0-python/pull/445) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- Add AsyncAuth0 to share a session among many services [\#443](https://github.com/auth0/auth0-python/pull/443) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
10+
**Fixed**
11+
- Bugfix 414 missing import [\#442](https://github.com/auth0/auth0-python/pull/442) ([adamjmcgrath](https://github.com/adamjmcgrath))
12+
313
## [3.23.1](https://github.com/auth0/auth0-python/tree/3.23.1) (2022-06-10)
414
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.23.0...3.23.1)
515

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.23.1"
1+
__version__ = "3.24.0"

0 commit comments

Comments
 (0)