Skip to content

Commit

Permalink
chore: release v2.0.875
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Mar 8, 2021
1 parent 7410843 commit 1931ac4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ Changelog
=========


v2.0.875 (2021-03-08)
---------------------
- Fix(requirements): invalid version specifiers. [Brooke White]
- Docs(autocommit): Provide autocommit usage example. [Brooke White]
- Test(auth): add manual authentication tests. [Brooke White]
- Test(iam_helper): update test cases without user and password. [Brooke
White]
- Fix(credentials): user, password are not required when using AWS
credentials or AWS profile. [Brooke White]


v2.0.874 (2021-02-15)
---------------------
- Docs(connection): update connection parameters. [Brooke White]
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.874"
__version__ = "2.0.875"

0 comments on commit 1931ac4

Please sign in to comment.