Skip to content

Commit eb107a1

Browse files
committed
chore: bump version to 2.0.883
1 parent fa5a36f commit eb107a1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ Changelog
22
=========
33

44

5+
v2.0.883 (2021-07-19)
6+
---------------------
7+
- Docs(Connection, handle_DATA_ROW): add doc-string. [Brooke White]
8+
- Docs(tutorials, BrowserAzureCredentialsProvider): fix bug in tutorial.
9+
[Brooke White]
10+
- Docs: update doc-strings, fix typo. [Brooke White]
11+
- Docs(readme): update connection params table, pandas usage. [Brooke
12+
White]
13+
- Test(idp, browser-azure): display close window message after auth with
14+
IdP. [Brooke White]
15+
- Fix(idp, browser): display close window message after auth with IdP.
16+
[Brooke White]
17+
18+
519
v2.0.882 (2021-06-23)
620
---------------------
721
- Refactor(redshift-property, ssl_insecure): use ssl_insecure rather

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.882"
5+
__version__ = "2.0.883"

0 commit comments

Comments
 (0)