From 7c832db4226e3412df155a1362890d7896d9d447 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Fri, 8 Sep 2023 12:29:15 -0500 Subject: [PATCH 1/2] Bump project version to v1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b9d1c6..dd54dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] From c511c4da6c6fa0eaaa85051e306caca06e8c5d20 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Fri, 8 Sep 2023 12:40:14 -0500 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286142f..71981bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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