From 898a1799408b5ee775c127f8c7b9f94d9dbfb1fc Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 28 Aug 2020 11:59:00 -0300 Subject: [PATCH] Release v3.13.0 --- CHANGELOG.md | 9 +++++++++ auth0/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a55985..2aeb927b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changes ======= +3.13.0 +------------------ + +**Added** +- Add support for Log Streams API [\#236](https://github.com/auth0/auth0-python/pull/236) ([lbalmaceda](https://github.com/lbalmaceda)) + +**Fixed** +- Fix imports on the management/__init__.py file [\#235](https://github.com/auth0/auth0-python/pull/235) ([matthewarmand](https://github.com/matthewarmand)) + 3.12.0 ------------------ diff --git a/auth0/__init__.py b/auth0/__init__.py index 447562b9..8576e6e6 100644 --- a/auth0/__init__.py +++ b/auth0/__init__.py @@ -1 +1 @@ -__version__ = '3.12.0' +__version__ = '3.13.0'