From e41176a3d63f4bede72493919eec89498c728399 Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Wed, 4 May 2022 18:01:58 +0100 Subject: [PATCH] Release 2.23.0 --- CHANGELOG.md | 7 +++++++ auth0/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d9e192c..11ed1e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changes ======= +3.23.0 +------------------ + +**Added** +- Asyncio Support [\#312](https://github.com/auth0/auth0-python/pull/312) ([adamjmcgrath](https://github.com/adamjmcgrath)) +- Add `/api/v2/branding` endpoints support [\#313](https://github.com/auth0/auth0-python/pull/313) ([evansims](https://github.com/evansims)) + 3.22.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 659cac32..dbea1a39 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = "3.22.0" +__version__ = "3.23.0"