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'