From a3973e0e306256b4106b3c21cbe3cbcf17914699 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 9 Apr 2021 11:43:46 +0200 Subject: [PATCH] Release 3.16.0 --- CHANGELOG.md | 9 +++++++++ auth0/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820858e7..6738d141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changes ======= +3.16.0 +------------------ + +**Added** +- Add access token validation guidance for organizations [\#262](https://github.com/auth0/auth0-python/pull/262) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add support for Organization MGMT API endpoints [SDK-2439] [\#261](https://github.com/auth0/auth0-python/pull/261) ([lbalmaceda](https://github.com/lbalmaceda)) +- Add scope to refresh_token [\#256](https://github.com/auth0/auth0-python/pull/256) ([criles25](https://github.com/criles25)) +- Allow configuration of outgoing request protocol [\#254](https://github.com/auth0/auth0-python/pull/254) ([garry-jeromson](https://github.com/garry-jeromson)) + 3.15.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 254db7b7..0c9d57a9 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.15.0' +__version__ = '3.16.0'