diff --git a/CHANGELOG.md b/CHANGELOG.md index 71981bd..99d4e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ --- +[//]: # (START/v1.4.1) +# v1.4.1 + +Credits to @mjpieters for the contribution! :rocket: + +## Fixes + * Undeclared dependency: six (in generated code). {#85} + * Leave JSON encoding to HTTPX. {#87} + * Correct function name in documentation. {#90} + * Update example main.py to handle 'n' input. {#91} + +--- + [//]: # "START/v1.4.0" # v1.4.0 diff --git a/pyproject.toml b/pyproject.toml index dd54dd1..e31fe73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onepasswordconnectsdk" -version = "1.4.0" +version = "1.4.1" description = "Python SDK for 1Password Connect" license = "MIT" authors = ["1Password"]