diff --git a/CHANGELOG.md b/CHANGELOG.md index be60a52c..2d872b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.7.2 +------------------ + +**Fixed** +- Fix HTTP method used for rotating Client secret [\#191](https://github.com/auth0/auth0-python/pull/191) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.7.1 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 380cd80a..368b1f26 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.7.1' +__version__ = '3.7.2'