diff --git a/CHANGES.md b/CHANGES.md index ca71804d..4f4da831 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.402 +- Add support to `securestore` that allows the caller to define a keyring target +- Additional `securestore` Error Standardization +- Add error handling to `securestore` for denied Keychain access due to permissions ## 0.1.401 - Update model version v0.0.353 diff --git a/version.go b/version.go index 424ac1e8..f5867783 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.401" +const Version = "0.1.402"