We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e62b2 commit 29129f4Copy full SHA for 29129f4
src/release/RELEASE-NOTES
@@ -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
@@ -1,2 +1,2 @@
-SDK_VERSION = "0.1.0-beta.11"
-SDK_BUILD_NUMBER = "0010011"
+SDK_VERSION = "0.1.0-beta.12"
+SDK_BUILD_NUMBER = "0010012"
0 commit comments