diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfda2c9..c1b412bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changes ======= +3.7.0 +------------------ + +**Changed** +- Remove default value for search_engine [\#185](https://github.com/auth0/auth0-python/pull/185) ([lbalmaceda](https://github.com/lbalmaceda)) + + 3.6.1 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index bce59824..8c3336cc 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.6.1' +__version__ = '3.7.0'