diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d86b5..228ac15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,55 +1,86 @@ -[//]: # (START/LATEST) +[//]: # "START/LATEST" + # Latest ## Features - * A user-friendly description of a new feature. {issue-number} + +- A user-friendly description of a new feature. {issue-number} ## Fixes - * A user-friendly description of a fix. {issue-number} + +- A user-friendly description of a fix. {issue-number} ## Security - * A user-friendly description of a security fix. {issue-number} + +- A user-friendly description of a security fix. {issue-number} --- -[//]: # (START/v1.1.0) +[//]: # "START/v1.2.0" + +# v1.2.0 + +## Features + +- Add support for downloading documents stored in 1Password {#26} + +## Fixes + +- Updates to README to clarify how to use HOST_NAME {#25} +- Fixed load and load_dict method examples in the README {#35} +- get_item_by_tile now retrieves item details instead of a summary {#27} +- retrieving items using the get_item method can now be done using either vault/item names or ids {#27} +- added pipeline for running tests {#28} + +--- + +[//]: # "START/v1.1.0" + # v1.1.0 ## Features - * Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable. - * The `API_CREDENTIAL` category is now supported. {#13} + +- Connect host can now also be supplied through the `OP_CONNECT_HOST` envrionment variable. +- The `API_CREDENTIAL` category is now supported. {#13} ## Fixes - * The `OTP` field type is no longer considered to be invalid. {#12} + +- The `OTP` field type is no longer considered to be invalid. {#12} --- -[//]: # (START/v1.0.1) +[//]: # "START/v1.0.1" + # v1.0.1 ## Fixes -* Code snippet for setting up client now functions correctly. -* Package correctly shows information like readme and the GitHub repository on PyPi. + +- Code snippet for setting up client now functions correctly. +- Package correctly shows information like readme and the GitHub repository on PyPi. --- -[//]: # (START/v1.0.0) +[//]: # "START/v1.0.0" + # v1.0.0 ## Features -* Release Automation -* Updating pip install instructions in readme -* Converting models to use more user friendly names + +- Release Automation +- Updating pip install instructions in readme +- Converting models to use more user friendly names --- -[//]: # (START/v0.0.1) +[//]: # "START/v0.0.1" + # v0.0.1 ## Features -* Inaugural release for the 1Password Connect Python SDK. -* API Client -* Models generated from our OpenAPIv3 spec -* Support for reading, updating, creating, and deleting Items in 1Password vaults. + +- Inaugural release for the 1Password Connect Python SDK. +- API Client +- Models generated from our OpenAPIv3 spec +- Support for reading, updating, creating, and deleting Items in 1Password vaults. --- diff --git a/pyproject.toml b/pyproject.toml index ac72c97..b0fb9b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onepasswordconnectsdk" -version = "1.1.0" +version = "1.2.0" description = "Python SDK for 1Password Connect" license = "MIT" authors = ["1Password"]