From 2bcbaf2ffdc1edbb7260eab2789f640dc579f590 Mon Sep 17 00:00:00 2001 From: Brooke White Date: Wed, 23 Jun 2021 10:35:12 -0700 Subject: [PATCH] chore: bump version to 2.0.882 --- CHANGELOG.md | 12 ++++++++++++ redshift_connector/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82f812..db0d127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ Changelog ========= +v2.0.882 (2021-06-23) +--------------------- +- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather + than sslInsecure in internal code. [Brooke White] +- Refactor(logging): add additional debug stmts. [Brooke White] +- Docs(tutorials): init tutorials. [Brooke White] +- Refactor(tests, idp): don't pass host, port, db password to idp + fixtures. [Brooke White] +- Fix(connection, iam-auth): host, port connect() params override + describe_cluster response. [Brooke White] + + v2.0.881 (2021-05-19) --------------------- - Test(connection, client_protocol_invalid_logs): disable flaky test. diff --git a/redshift_connector/version.py b/redshift_connector/version.py index 294b280..651b5e9 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.881" +__version__ = "2.0.882"