diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f2a291..f77ae8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes ======= +3.10.0 +------------------ + +**Security** +- Improved OIDC compliance [\#213](https://github.com/auth0/auth0-python/pull/213) ([lbalmaceda](https://github.com/lbalmaceda)) + 3.9.2 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index bc7856cc..3f3750c9 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.9.2' +__version__ = '3.10.0'