From eb107a1e7d0bff068cc95ea8a2ff8c2fce94b3d8 Mon Sep 17 00:00:00 2001 From: Brooke White Date: Mon, 19 Jul 2021 10:03:45 -0700 Subject: [PATCH] chore: bump version to 2.0.883 --- CHANGELOG.md | 14 ++++++++++++++ redshift_connector/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0d127..9231418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Changelog ========= +v2.0.883 (2021-07-19) +--------------------- +- Docs(Connection, handle_DATA_ROW): add doc-string. [Brooke White] +- Docs(tutorials, BrowserAzureCredentialsProvider): fix bug in tutorial. + [Brooke White] +- Docs: update doc-strings, fix typo. [Brooke White] +- Docs(readme): update connection params table, pandas usage. [Brooke + White] +- Test(idp, browser-azure): display close window message after auth with + IdP. [Brooke White] +- Fix(idp, browser): display close window message after auth with IdP. + [Brooke White] + + v2.0.882 (2021-06-23) --------------------- - Refactor(redshift-property, ssl_insecure): use ssl_insecure rather diff --git a/redshift_connector/version.py b/redshift_connector/version.py index 651b5e9..76c8b27 100644 --- a/redshift_connector/version.py +++ b/redshift_connector/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "2.0.882" +__version__ = "2.0.883"