We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be87d47 commit 0cc68a9Copy full SHA for 0cc68a9
CHANGELOG.md
@@ -2,6 +2,13 @@ Changelog
2
=========
3
4
5
+v2.1.1 (2024-04-10)
6
+-------------------
7
+- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not
8
+ allow the loginToRp connection parameter in the
9
+ AdfsCredentialsProvider to be set. [Brooke White]
10
+
11
12
v2.1.0 (2024-02-20)
13
-------------------
14
- Fix(execute): fixed a bug which resulted in Pandas Timestamp datatype
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"
0 commit comments