Skip to content

Commit 083fe9b

Browse files
committed
chore: bump version to 2.0.917
1 parent a19417e commit 083fe9b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.917 (2023-11-20)
6+
---------------------
7+
- Chore: lint codebase. [Brooke White]
8+
- Feat: Adds ability to connect to datashare databases for clusters and
9+
serverless workgroups running the PREVIEW_2023 track. [Brooke White]
10+
- Chore: Removed BrowserIdcAuthPlugin. [Brooke White]
11+
12+
513
v2.0.916 (2023-11-13)
614
---------------------
715
- Feat(auth): Added support for Custom Cluster Names (CNAME) for Amazon

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.916"
5+
__version__ = "2.0.917"

0 commit comments

Comments
 (0)