diff --git a/CHANGELOG.md b/CHANGELOG.md index 2323271..a4740ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/redshift_connector/version.py b/redshift_connector/version.py index 7a2540f..dbb1c01 100644 --- a/redshift_connector/version.py +++ b/redshift_connector/version.py @@ -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"