diff --git a/CHANGELOG.md b/CHANGELOG.md index fc233e71..1d7dde6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.16.2 +------------------ + +**Fixed** +- Re-Route Job Results endpoint [\#275](https://github.com/auth0/auth0-python/pull/275) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.16.1 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 405c30df..a35ecdde 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.16.1' +__version__ = '3.16.2'