diff --git a/CHANGELOG.md b/CHANGELOG.md index e9749da..2bf0bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Changelog ========= +v2.0.917 (2023-11-20) +--------------------- +- Chore: lint codebase. [Brooke White] +- Feat: Adds ability to connect to datashare databases for clusters and + serverless workgroups running the PREVIEW_2023 track. [Brooke White] +- Chore: Removed BrowserIdcAuthPlugin. [Brooke White] + + v2.0.916 (2023-11-13) --------------------- - Feat(auth): Added support for Custom Cluster Names (CNAME) for Amazon diff --git a/redshift_connector/version.py b/redshift_connector/version.py index bd39adc..549e945 100644 --- a/redshift_connector/version.py +++ b/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.916" +__version__ = "2.0.917"