diff --git a/CHANGELOG.md b/CHANGELOG.md index e53aad93..6f0de1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changes ======= +3.5.0 +------------------ + +**Added** +- Add Revoke Refresh Token endpoint [\#170](https://github.com/auth0/auth0-python/pull/170) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add /dbconnections/signup with username and metadata [\#169](https://github.com/auth0/auth0-python/pull/169) ([lbalmaceda](https://github.com/lbalmaceda)) + + 3.4.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index f6310076..01bd03ce 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.4.0' +__version__ = '3.5.0'