We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dc193e + 394688d commit f8b1779Copy full SHA for f8b1779
CHANGELOG.md
@@ -12,6 +12,18 @@
12
13
---
14
15
+[//]: # (START/v1.1.0)
16
+# v1.1.0
17
+
18
+## Features
19
+ * Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable.
20
+ * The `API_CREDENTIAL` category is now supported. {#13}
21
22
+## Fixes
23
+ * The `OTP` field type is no longer considered to be invalid. {#12}
24
25
+---
26
27
[//]: # (START/v1.0.1)
28
# v1.0.1
29
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "onepasswordconnectsdk"
3
-version = "1.0.1"
+version = "1.1.0"
4
description = "Python SDK for 1Password Connect"
5
license = "MIT"
6
authors = ["1Password"]
0 commit comments