Skip to content

Commit

Permalink
Merge pull request #55 from 1Password/release/v1.3.0
Browse files Browse the repository at this point in the history
Prepare Release - v1.3.0
  • Loading branch information
jpcoenen authored Dec 6, 2022
2 parents 5119739 + 39b9cfe commit 9f12b53
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
[//]: # "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}

---

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

# v1.3.0

## Features

- The TOTP code of a OTP field can now be accessed using the `.totp` property of a field. {#33}

## Fixes

- A user-friendly description of a security fix. {issue-number}
- Sections without a label can now be correctly accessed. {#49}
- Retrieving an item no longer returns "Invalid value for `type`" or "Invalid value for `category`" when retrieving an item with a field type or item category that is not defined in the SDK. {#52,#54}

---

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.2.0"
version = "1.3.0"
description = "Python SDK for 1Password Connect"
license = "MIT"
authors = ["1Password"]
Expand Down

0 comments on commit 9f12b53

Please sign in to comment.