From 93bace09c23b440f4d5db74126820e8aaa74adc0 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Tue, 2 May 2023 18:21:25 +0100 Subject: [PATCH] Release 4.2.0 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fee1960..2abca698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.2.0](https://github.com/auth0/auth0-python/tree/4.2.0) (2023-05-02) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.1...4.2.0) + +**Added** +- Add cache_ttl param to AsymmetricSignatureVerifier [\#490](https://github.com/auth0/auth0-python/pull/490) ([matei-radu](https://github.com/matei-radu)) + ## [4.1.1](https://github.com/auth0/auth0-python/tree/4.1.1) (2023-04-13) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.0...4.1.1) diff --git a/auth0/__init__.py b/auth0/__init__.py index 5134db61..f0ccb503 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.1.1" +__version__ = "4.2.0" from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError