Skip to content

Commit 29129f4

Browse files
committed
Prepare release 0.1.0-beta.12
1 parent c2e62b2 commit 29129f4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/release/RELEASE-NOTES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

src/release/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SDK_VERSION = "0.1.0-beta.11"
2-
SDK_BUILD_NUMBER = "0010011"
1+
SDK_VERSION = "0.1.0-beta.12"
2+
SDK_BUILD_NUMBER = "0010012"

0 commit comments

Comments
 (0)