diff --git a/CHANGES.md b/CHANGES.md index ddc766ed..985f1a68 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,9 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.384 +- Updated client for `KubeletConfig` to align `post` and `update` function signatures + ## 0.1.383 - Update model version to v0.0.336 - Added `security` field to Cluster Service GCP field diff --git a/version.go b/version.go index 7b6e759e..47533ac7 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.383" +const Version = "0.1.384"