From 29518ed15677e6515c1d9b77212daeebd39128ea Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Fri, 18 Feb 2022 13:36:23 +0000 Subject: [PATCH] Release 3.20.0 --- CHANGELOG.md | 6 ++++++ auth0/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66758763..d1e3d75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.20.0 +------------------ + +**Added** +- Add attack protection endpoints [\#303](https://github.com/auth0/auth0-python/pull/303) ([adamjmcgrath](https://github.com/adamjmcgrath)) + 3.19.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 786602c8..c170b8d5 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.19.0' +__version__ = '3.20.0'