We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f523c50 commit 62a4d4eCopy full SHA for 62a4d4e
CHANGELOG.md
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+v2.0.915 (2023-10-16)
6
+---------------------
7
+- Fix(connection): cast redshift_types as a str. [Brooke White]
8
+- Chore: lint codebase. [Brooke White]
9
+
10
11
v2.0.914 (2023-09-11)
12
---------------------
13
- Feat: Identity Center authentication support with new plugins. [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.914"
+__version__ = "2.0.915"
0 commit comments