From 0cc68a9c4f8636ec472fd636cebf539f0e2ff9d7 Mon Sep 17 00:00:00 2001 From: Brooke White Date: Wed, 10 Apr 2024 14:00:57 -0700 Subject: [PATCH] chore: bump version to 2.1.1 --- CHANGELOG.md | 7 +++++++ redshift_connector/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10abf00..6e139fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Changelog ========= +v2.1.1 (2024-04-10) +------------------- +- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not + allow the loginToRp connection parameter in the + AdfsCredentialsProvider to be set. [Brooke White] + + v2.1.0 (2024-02-20) ------------------- - Fix(execute): fixed a bug which resulted in Pandas Timestamp datatype diff --git a/redshift_connector/version.py b/redshift_connector/version.py index 2b4a527..4adacc4 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.1.0" +__version__ = "2.1.1"