From 6ab08c654588e812ec0206415793a0211a6c11a5 Mon Sep 17 00:00:00 2001 From: Tyler Creller Date: Thu, 15 Feb 2024 16:48:29 -0500 Subject: [PATCH] Release v0.1.402 --- CHANGES.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"