Skip to content

Commit 85eadfb

Browse files
committed
chore: bump version to 2.1.4
1 parent 9b2398e commit 85eadfb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v2.1.4 (2024-11-20)
5+
-------------------
6+
- Updated the logic for retrieving database metadata through the getCatalogs(), getSchemas(), getTables(), and getColumns() API methods
7+
- Added developer dependency on Selenium
8+
49

510
v2.1.3 (2024-07-31)
611
-------------------

redshift_connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = "2.1.3"
5+
__version__ = "2.1.4"

0 commit comments

Comments
 (0)