Skip to content

Commit

Permalink
Release v0.1.402
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller committed Feb 15, 2024
1 parent 1118e3f commit 6ab08c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.401"
const Version = "0.1.402"

0 comments on commit 6ab08c6

Please sign in to comment.