Skip to content

Commit

Permalink
chore: bump version to 2.0.888
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Sep 27, 2021
1 parent d78b8dd commit ce68056
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@ Changelog
=========


v2.0.888 (2021-09-27)
---------------------

Fix
~~~
- Data manipulation issues in saml_credentials_provider (#57)
[kylemcleland-fanduel]
* issue-55
* issue-56
* fix: whitespace issue
* fix: list manipulation
Other
~~~~~
- Docs(readme, datatypes): add varbyte support. [Brooke White]
- Test(datatype, varbyte): send receive varbyte. [Brooke White]
- Fix(datatype, varbyte): support send and receive hex/text varbyte.
[Brooke White]
- Chore: apply lint. [Brooke White]
- Chore(deps): update requests requirement (#44) [dependabot[bot]]


v2.0.887 (2021-09-14)
---------------------
- Fix(cursor, metadata-queries): support for super, varbyte datatype.
Expand Down
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = "2.0.887"
__version__ = "2.0.888"

0 comments on commit ce68056

Please sign in to comment.