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 3f1d680 commit b9631edCopy full SHA for b9631ed
src/release/RELEASE-NOTES
@@ -1,6 +1,3 @@
1
-In this release:
+This is the v0 release of the 1Password SDKs!
2
3
-* support for listing items and vaults is introduced
4
-* a bug where concurrent item updates could lead to unexpected overwrites is fixed
5
-* a bug where the SDK was priorly not working with service account tokens generated by the 1Password CLI is fixed
6
-* a bug where the items created by the SDK priorly did not have the password strength set correctly is fixed
+TODO
src/release/version.py
@@ -1,2 +1,2 @@
-SDK_VERSION = "0.1.0-beta.13"
-SDK_BUILD_NUMBER = "0010013"
+SDK_VERSION = "0.1.0"
+SDK_BUILD_NUMBER = "0010014"
0 commit comments