Skip to content

Commit 2898d86

Browse files
committed
chore: bump version to 2.0.911
1 parent 1c68b3e commit 2898d86

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.911 (2023-06-05)
6+
---------------------
7+
- Docs(tutorials, 001): Add example for Azure Native IDP AD. [Brooke
8+
White]
9+
- Fix(cursor, write_dataframe): respect paramstyle. [Brooke White]
10+
- Fix(cursor, execute): bind param parsing for multiline comments, colon
11+
character issue. [Brooke White]
12+
- Fix(cursor, execute): remove unnecessary bind param parsing. [Brooke
13+
White]
14+
- Docs(tutorial): clarify connection methods for IdP and Auth_profile
15+
(#144) [jiezhen-chen]
16+
17+
* clarify connection methods for IdP and Auth_profile
18+
19+
* improve tutorial
20+
21+
522
v2.0.910 (2023-01-25)
623
---------------------
724
- Fix(metadata): views when cast null. [Brooke White]

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.910"
5+
__version__ = "2.0.911"

0 commit comments

Comments
 (0)