Skip to content

Commit 2bcbaf2

Browse files
committed
chore: bump version to 2.0.882
1 parent 5ac4bda commit 2bcbaf2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Changelog
22
=========
33

44

5+
v2.0.882 (2021-06-23)
6+
---------------------
7+
- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather
8+
than sslInsecure in internal code. [Brooke White]
9+
- Refactor(logging): add additional debug stmts. [Brooke White]
10+
- Docs(tutorials): init tutorials. [Brooke White]
11+
- Refactor(tests, idp): don't pass host, port, db password to idp
12+
fixtures. [Brooke White]
13+
- Fix(connection, iam-auth): host, port connect() params override
14+
describe_cluster response. [Brooke White]
15+
16+
517
v2.0.881 (2021-05-19)
618
---------------------
719
- Test(connection, client_protocol_invalid_logs): disable flaky test.

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.881"
5+
__version__ = "2.0.882"

0 commit comments

Comments
 (0)