diff --git a/CHANGELOG.md b/CHANGELOG.md index f286a69..d722b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/redshift_connector/version.py b/redshift_connector/version.py index e3932db..b0aa611 100644 --- a/redshift_connector/version.py +++ b/redshift_connector/version.py @@ -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"