Skip to content

Commit 92a0f49

Browse files
authored
Merge pull request #123 from 1Password/rc/0.1.0-beta.12
Release candidate 0.1.0-beta.12
2 parents 8816f38 + 47f0ce9 commit 92a0f49

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

internal/release/RELEASE-NOTES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
This release fixes a bug where the `Secrets.Resolve` function was not be able to resolve secret references containing periods.
1+
This release includes:
2+
3+
- Support for reading and writing OTP field information such as the TOTP code and seed, through the Item API.
4+
- The `Update` operation is renamed to `Put` to create more realistic expectation with regard to the effect of the operation.
5+
- The item creation operation now takes as input `ItemCreateParams`.
6+
- Support for a few more field types: Phone, Url, CreditCardType.

internal/release/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-beta.11
1+
0.1.0-beta.12

internal/release/version-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0010011
1+
0010012

0 commit comments

Comments
 (0)