We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f6fd4 + 93bace0 commit e49982eCopy full SHA for e49982e
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
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
9
## [4.1.1](https://github.com/auth0/auth0-python/tree/4.1.1) (2023-04-13)
10
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1)
11
auth0/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "4.1.1"
+__version__ = "4.2.0"
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
0 commit comments