Skip to content

Commit

Permalink
Merge pull request #447 from auth0/release/3.24.0
Browse files Browse the repository at this point in the history
Release 3.24.0
  • Loading branch information
adamjmcgrath authored Oct 17, 2022
2 parents 29e3358 + 29f2710 commit 45faea1
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,5 +1,15 @@
# Change Log

## [3.24.0](https://github.com/auth0/auth0-python/tree/3.24.0) (2022-10-17)
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.23.1...3.24.0)

**Added**
- [SDK-3714] Async token verifier [\#445](https://github.com/auth0/auth0-python/pull/445) ([adamjmcgrath](https://github.com/adamjmcgrath))
- Add AsyncAuth0 to share a session among many services [\#443](https://github.com/auth0/auth0-python/pull/443) ([adamjmcgrath](https://github.com/adamjmcgrath))

**Fixed**
- Bugfix 414 missing import [\#442](https://github.com/auth0/auth0-python/pull/442) ([adamjmcgrath](https://github.com/adamjmcgrath))

## [3.23.1](https://github.com/auth0/auth0-python/tree/3.23.1) (2022-06-10)
[Full Changelog](https://github.com/auth0/auth0-python/compare/3.23.0...3.23.1)

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.23.1"
__version__ = "3.24.0"

0 comments on commit 45faea1

Please sign in to comment.