Skip to content

Commit 6947369

Browse files
committed
chore: bump version to 2.0.885
1 parent 2298641 commit 6947369

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Changelog
22
=========
33

44

5+
v2.0.885 (2021-08-16)
6+
---------------------
7+
- Test(iam, set_iam_credentials): ensure force_lowercase is used.
8+
[Brooke White]
9+
- Fix(iam, set_iam_credentials): utilize force_lowercase connection opt.
10+
[Brooke White]
11+
- Fix(iam, set_iam_credentials): consider precedence when setting
12+
db_user. [Brooke White]
13+
14+
515
v2.0.884 (2021-08-02)
616
---------------------
717
- Refactor(iam-helper): allow IAM keys and profile when auth_profile is

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.884"
5+
__version__ = "2.0.885"

0 commit comments

Comments
 (0)