Skip to content

Commit

Permalink
Merge pull request #81 from 1Password/release/1.4.0
Browse files Browse the repository at this point in the history
Release/1.4.0
  • Loading branch information
volodymyrZotov authored Sep 11, 2023
2 parents f9087fc + c511c4d commit 5f8ffd8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@

---

[//]: # "START/v1.4.0"

# v1.4.0

## Features

- Support async operations `(async/await)`. {#62}
- Enable filter usage on `get_items`. Credits to @ITJamie for the contribution! {#76}

## Fixes

- Drop support for python 2. {#61}
- 'download_file' function uses content path now {#65}
- Enhance README and move usage content to USAGE.md. {#74}
- Fix README typos. Credits to @ITJamie for the contribution! {#75}

---

[//]: # "START/v1.3.0"

# v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onepasswordconnectsdk"
version = "1.3.0"
version = "1.4.0"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down

0 comments on commit 5f8ffd8

Please sign in to comment.