Skip to content

Commit 62a4d4e

Browse files
committed
chore: bump version to 2.0.915
1 parent f523c50 commit 62a4d4e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
=========
33

44

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+
511
v2.0.914 (2023-09-11)
612
---------------------
713
- Feat: Identity Center authentication support with new plugins. [Brooke

Diff for: redshift_connector/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = "2.0.914"
5+
__version__ = "2.0.915"

0 commit comments

Comments
 (0)