diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d872b28..192d6542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changes ======= +3.8.0 +------------------ + +**Fixed** +- rules_config.unset fix [\#195](https://github.com/auth0/auth0-python/pull/195) ([jhunken](https://github.com/jhunken)) + +**Security** +- Update requests dependency to latest version [\#196](https://github.com/auth0/auth0-python/pull/196) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.7.2 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 368b1f26..99d6aece 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.7.2' +__version__ = '3.8.0'