We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc87c97 commit 35f3068Copy full SHA for 35f3068
CHANGELOG.md
@@ -2,6 +2,15 @@ Changelog
2
=========
3
4
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) [Heikki
11
+ Hokkanen]
12
+
13
14
v2.0.906 (2022-04-15)
15
---------------------
16
- Feat(connection, application_name): set to calling module if
redshift_connector/version.py
@@ -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.906"
+__version__ = "2.0.907"
0 commit comments