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 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"]