Skip to content

Commit 64cbd54

Browse files
committed
chore: bump version to 2.1.3
1 parent 18c2d7a commit 64cbd54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Changelog
22
=========
33

44

5+
v2.1.3 (2024-07-31)
6+
-------------------
7+
- Added support for a new browser authentication plugin called
8+
BrowserIdcAuthPlugin to facilitate single-sign-on integration with AWS
9+
IAM Identity Center. [Brooke White]
10+
- Chore: publish inline type annotations (#224) [James Dow, James Dow]
11+
12+
Allow inline type hints to be packaged and distributed
13+
following PEP561 specification
14+
https://peps.python.org/pep-0561/#specification
15+
16+
517
v2.1.2 (2024-06-19)
618
-------------------
719
- Temporarily reverted the following commit which caused connection

redshift_connector/version.py

+1-1
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.2"
5+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)