Skip to content

Commit

Permalink
chore: bump version to 2.0.915
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooke-white committed Oct 16, 2023
1 parent f523c50 commit 62a4d4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changelog
=========


v2.0.915 (2023-10-16)
---------------------
- Fix(connection): cast redshift_types as a str. [Brooke White]
- Chore: lint codebase. [Brooke White]


v2.0.914 (2023-09-11)
---------------------
- Feat: Identity Center authentication support with new plugins. [Brooke
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.914"
__version__ = "2.0.915"

0 comments on commit 62a4d4e

Please sign in to comment.