diff --git a/CHANGES.md b/CHANGES.md index 0a8388e9..1bcac045 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.450 +- Update model version v0.0.403 + - Add `NodesOutboundConnectivity` in azure_type.model to the `Azure` model + - Add `AzureNodesOutboundConnectivity` model + ## 0.1.449 Update model version v0.0.402 - Add WifConfig status endpoint diff --git a/version.go b/version.go index a5013c76..509ca811 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.449" +const Version = "0.1.450"