Skip to content

Commit 35f3068

Browse files
committed
chore: bump version to 2.0.907
1 parent cc87c97 commit 35f3068

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Changelog
22
=========
33

44

5+
v2.0.907 (2022-05-05)
6+
---------------------
7+
- Bump version to 2.0.907. [Brooke White]
8+
- Feat(idp, open_browser): validate login URL for SAML plugin. [Brooke
9+
White]
10+
- Docs: db_groups parameter takes a list, not str (#99) [H​eikki
11+
H​okkanen]
12+
13+
514
v2.0.906 (2022-04-15)
615
---------------------
716
- Feat(connection, application_name): set to calling module if

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.0.906"
5+
__version__ = "2.0.907"

0 commit comments

Comments
 (0)