diff --git a/CHANGES.md b/CHANGES.md index ca71804d..d01e1c5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.402 +- Update model version v0.0.355 + - Removed undefined api calls from the model + - Add `AdditionalSecurityGroupIds` to `AWS Node Pool` type. + ## 0.1.401 - Update model version v0.0.353 - Added support for `PackageImage` for `clusters_mgmt` 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"