Skip to content

Commit 7b80d75

Browse files
committed
chore: bump version to 2.0.886
1 parent 69e2d35 commit 7b80d75

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ Changelog
22
=========
33

44

5+
v2.0.886 (2021-08-30)
6+
---------------------
7+
- Test(datatype, system-tables): enable test for pg_proc. [Brooke White]
8+
- Fix(JwtCredentialsProvider, refresh): use derived user from JWT token
9+
as RoleSessionName. [Brooke White]
10+
- Test(Cursor, callproc): ensure support. [Brooke White]
11+
- Feat(Cursor, callproc): support db-api method callproc() [Brooke
12+
White]
13+
14+
515
v2.0.885 (2021-08-16)
616
---------------------
717
- Test(iam, set_iam_credentials): ensure force_lowercase is used.

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.885"
5+
__version__ = "2.0.886"

0 commit comments

Comments
 (0)