Skip to content

Commit ce68056

Browse files
committed
chore: bump version to 2.0.888
1 parent d78b8dd commit ce68056

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@ Changelog
22
=========
33

44

5+
v2.0.888 (2021-09-27)
6+
---------------------
7+
8+
Fix
9+
~~~
10+
- Data manipulation issues in saml_credentials_provider (#57)
11+
[kylemcleland-fanduel]
12+
13+
* issue-55
14+
15+
* issue-56
16+
17+
* fix: whitespace issue
18+
19+
* fix: list manipulation
20+
21+
Other
22+
~~~~~
23+
- Docs(readme, datatypes): add varbyte support. [Brooke White]
24+
- Test(datatype, varbyte): send receive varbyte. [Brooke White]
25+
- Fix(datatype, varbyte): support send and receive hex/text varbyte.
26+
[Brooke White]
27+
- Chore: apply lint. [Brooke White]
28+
- Chore(deps): update requests requirement (#44) [dependabot[bot]]
29+
30+
531
v2.0.887 (2021-09-14)
632
---------------------
733
- Fix(cursor, metadata-queries): support for super, varbyte datatype.

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
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.887"
5+
__version__ = "2.0.888"

0 commit comments

Comments
 (0)