Skip to content

Commit ed0caaf

Browse files
committed
chore: bump version to 2.0.905
1 parent 834d1b6 commit ed0caaf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

44

5+
v2.0.905 (2022-03-07)
6+
---------------------
7+
- Fix(idp, BrowserAzureCredentialsProvider): remove client_secret
8+
parameter. [Brooke White]
9+
- Test(auth): sha256 password. [Brooke White]
10+
- Feat(auth): support sha256 password. [Brooke White]
11+
- Docs(readme): add native auth connection params. [Brooke White]
12+
- Test(native-auth): manual, unit tests and fixture. [Brooke White]
13+
- Feat: support Redshift native authentication, Add Azure Oauth2 IdP.
14+
[Brooke White]
15+
16+
517
v2.0.904 (2022-02-07)
618
---------------------
719
- Docs(readme): clarify pandas df insert. [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.904"
5+
__version__ = "2.0.905"

0 commit comments

Comments
 (0)