Skip to content

Commit

Permalink
chore: bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Jun 19, 2024
1 parent 462964a commit 1f1c28b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


v2.1.2 (2024-06-19)
-------------------
- Temporarily reverted the following commit which caused connection
failure for some Docker containers when SSL was enabled:
“refactor(Connection): explicitly use TLS protocol for underlying
connection socket. previously TLS protocol was used by default.
resolves deprecation warnings in Python 3.11" [Brooke White]


v2.1.1 (2024-04-10)
-------------------
- Fix(auth, AdfsCredentialsProvider): Fixes a login issue that did not
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.1.1"
__version__ = "2.1.2"

0 comments on commit 1f1c28b

Please sign in to comment.