We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d206b9 commit eb27766Copy full SHA for eb27766
CHANGELOG.md
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+v2.0.913 (2023-07-12)
6
+---------------------
7
+- Fix(auth, iam): log if boto3 version insufficient for cname. [Brooke
8
+ White]
9
+
10
11
v2.0.912 (2023-07-05)
12
---------------------
13
- Test(cursor): correct test_insert_data_invalid_column_raises. [Brooke
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.912"
+__version__ = "2.0.913"
0 commit comments