Skip to content

Commit 5f8ffd8

Browse files
Merge pull request #81 from 1Password/release/1.4.0
Release/1.4.0
2 parents f9087fc + c511c4d commit 5f8ffd8

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212

1313
---
1414

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+
1533
[//]: # "START/v1.3.0"
1634

1735
# v1.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)