We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1561df commit 1b1f410Copy full SHA for 1b1f410
2 files changed
CHANGELOG.rst
@@ -13,6 +13,9 @@ Change Log
13
14
Unreleased
15
----------
16
+[10.22.7] - 2026-06-16
17
+-----------------------
18
+ * feat: add private_key and passphrase authenticate snowflake connection
19
20
[10.22.6] - 2026-06-15
21
-----------------------
enterprise_data/__init__.py
@@ -2,4 +2,4 @@
2
Enterprise data api application. This Django app exposes API endpoints used by enterprises.
3
"""
4
5
-__version__ = "10.22.6"
+__version__ = "10.22.7"
0 commit comments