diff --git a/CHANGES.md b/CHANGES.md index 76779fdb..52e3b587 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the OCM API SDK. +## 0.1.441 +- Update model version v0.0.394 + - Add `WifTemplates` field to `WifConfig` model + ## 0.1.440 - Update model version v0.0.393 - Include missing field to hypershift model diff --git a/version.go b/version.go index d8d2f473..77a47202 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.440" +const Version = "0.1.441"