Skip to content

Commit 1931ac4

Browse files
committed
chore: release v2.0.875
1 parent 7410843 commit 1931ac4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ Changelog
22
=========
33

44

5+
v2.0.875 (2021-03-08)
6+
---------------------
7+
- Fix(requirements): invalid version specifiers. [Brooke White]
8+
- Docs(autocommit): Provide autocommit usage example. [Brooke White]
9+
- Test(auth): add manual authentication tests. [Brooke White]
10+
- Test(iam_helper): update test cases without user and password. [Brooke
11+
White]
12+
- Fix(credentials): user, password are not required when using AWS
13+
credentials or AWS profile. [Brooke White]
14+
15+
516
v2.0.874 (2021-02-15)
617
---------------------
718
- Docs(connection): update connection parameters. [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.874"
5+
__version__ = "2.0.875"

0 commit comments

Comments
 (0)