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"