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

Skip to content

Commit 93bace0

Browse files
committed
Release 4.2.0
1 parent c0f6fd4 commit 93bace0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [4.2.0](https://github.com/auth0/auth0-python/tree/4.2.0) (2023-05-02)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.1...4.2.0)
5+
6+
**Added**
7+
- Add cache_ttl param to AsymmetricSignatureVerifier [\#490](https://github.com/auth0/auth0-python/pull/490) ([matei-radu](https://github.com/matei-radu))
8+
39
## [4.1.1](https://github.com/auth0/auth0-python/tree/4.1.1) (2023-04-13)
410
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1)
511

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.1.1"
1+
__version__ = "4.2.0"
22

33
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
44

0 commit comments

Comments
 (0)