Skip to content

Commit 9f12b53

Browse files
authored
Merge pull request #55 from 1Password/release/v1.3.0
Prepare Release - v1.3.0
2 parents 5119739 + 39b9cfe commit 9f12b53

2 files changed

Lines changed: 19 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
1-
[//]: # "START/LATEST"
2-
1+
[//]: # (START/LATEST)
32
# Latest
43

54
## Features
6-
7-
- A user-friendly description of a new feature. {issue-number}
5+
* A user-friendly description of a new feature. {issue-number}
86

97
## Fixes
10-
11-
- A user-friendly description of a fix. {issue-number}
8+
* A user-friendly description of a fix. {issue-number}
129

1310
## Security
11+
* A user-friendly description of a security fix. {issue-number}
12+
13+
---
14+
15+
[//]: # "START/v1.3.0"
16+
17+
# v1.3.0
18+
19+
## Features
20+
21+
- The TOTP code of a OTP field can now be accessed using the `.totp` property of a field. {#33}
22+
23+
## Fixes
1424

15-
- A user-friendly description of a security fix. {issue-number}
25+
- Sections without a label can now be correctly accessed. {#49}
26+
- 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}
1627

1728
---
1829

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)