diff --git a/CHANGES.md b/CHANGES.md index 71e9fa72..914df505 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,11 @@ This document describes the relevant changes between releases of the OCM API SDK. + +## 0.1.351 +- Update model version v0.0.296 + - Add json annotation to `DeleteAssociatedResources` parameter in account resource + ## 0.1.350 - Update model version v0.0.294 - Add `DeleteAssociatedResources` locator to account resource diff --git a/version.go b/version.go index 6118a313..b329fddc 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.350" +const Version = "0.1.351"