We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9087fc + c511c4d commit 5f8ffd8Copy full SHA for 5f8ffd8
2 files changed
CHANGELOG.md
@@ -12,6 +12,24 @@
12
13
---
14
15
+[//]: # "START/v1.4.0"
16
+
17
+# v1.4.0
18
19
+## Features
20
21
+- Support async operations `(async/await)`. {#62}
22
+- Enable filter usage on `get_items`. Credits to @ITJamie for the contribution! {#76}
23
24
+## Fixes
25
26
+- Drop support for python 2. {#61}
27
+- 'download_file' function uses content path now {#65}
28
+- Enhance README and move usage content to USAGE.md. {#74}
29
+- Fix README typos. Credits to @ITJamie for the contribution! {#75}
30
31
+---
32
33
[//]: # "START/v1.3.0"
34
35
# v1.3.0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "onepasswordconnectsdk"
3
-version = "1.3.0"
+version = "1.4.0"
4
description = "Python SDK for 1Password Connect"
5
license = "MIT"
6
authors = ["1Password"]
0 commit comments