Skip to content

Commit

Permalink
chore: bump version to 2.0.885
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Aug 16, 2021
1 parent 2298641 commit 6947369
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


v2.0.885 (2021-08-16)
---------------------
- Test(iam, set_iam_credentials): ensure force_lowercase is used.
[Brooke White]
- Fix(iam, set_iam_credentials): utilize force_lowercase connection opt.
[Brooke White]
- Fix(iam, set_iam_credentials): consider precedence when setting
db_user. [Brooke White]


v2.0.884 (2021-08-02)
---------------------
- Refactor(iam-helper): allow IAM keys and profile when auth_profile is
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.884"
__version__ = "2.0.885"

0 comments on commit 6947369

Please sign in to comment.