From a4c6fd4d10bd6e3196ff80dd8bd4f14d6bbb2e10 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Wed, 3 Jan 2024 06:58:40 -0300 Subject: [PATCH] chore: Release v0.1.391 --- CHANGES.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 30554eb6..1f56b97c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.391 +- Update model version v0.0.345 + - Add `validate_credentials` resource to `AwsInquiries` +- Update model version v0.0.344 + - Add the /notify_details endpoint to the SDK + ## 0.1.390 - Update model version v0.0.343 - Add `Platform`to `subnet_network_verification_type` resource diff --git a/version.go b/version.go index 4b18f882..25955178 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.390" +const Version = "0.1.391"