Skip to content

Commit

Permalink
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,21 @@ Changelog
=========


v2.0.881 (2021-05-19)
---------------------
- Test(connection, client_protocol_invalid_logs): disable flaky test.
[Brooke White]
- Test(datatype, geometryhex): ensure support for all protocols. [Brooke
White]
- Feat(datatype, geometryhex): support geometryhex. [Brooke White]
- Test(connection, transfer-protocol): ensure system table queries
execute. [Brooke White]
- Chore(deps): update scramp requirement (#35) [dependabot[bot]]
- Chore: update dependabot.yml prefix. [Brooke White]
- Chore: fix dependabot.yml prefix. [Brooke White]
- Chore: init dependabot.yml. [Brooke White]


v2.0.880 (2021-05-10)
---------------------
- Test(connection, transfer-protocol): modify conversion functions when
2 changes: 1 addition & 1 deletion redshift_connector/version.py
Original file line number Diff line number Diff line change
@@ -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.880"
__version__ = "2.0.881"

0 comments on commit 2493edb

Please sign in to comment.