Skip to content

Commit b2dde82

Browse files
committed
chore: bump version to 2.0.912
1 parent c02a3ed commit b2dde82

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.912 (2023-07-05)
6+
---------------------
7+
- Test(cursor): correct test_insert_data_invalid_column_raises. [Brooke
8+
White]
9+
- Feat(auth): Support Redshift custom domain name. [Brooke White]
10+
- Fix(cursor, __has_valid_columns): raise exception if column validity
11+
check returns nothing. [Brooke White]
12+
- Doc: python 3.11 support. [Brooke White]
13+
- Refactor: logging improvements. [Brooke White]
14+
15+
516
v2.0.911 (2023-06-05)
617
---------------------
718
- Docs(tutorials, 001): Add example for Azure Native IDP AD. [Brooke

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.911"
5+
__version__ = "2.0.912"

0 commit comments

Comments
 (0)