From f8a8d268bd01fadc7885f4f0edf71c89b44ed61a Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 28 Jun 2024 09:47:50 -0500 Subject: [PATCH] bump version to 0.1.428 Signed-off-by: marcolan018 --- CHANGES.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b09b75b6c..88c6bce86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ This document describes the relevant changes between releases of the OCM API SDK. -## 0.1.427 +## 0.1.428 - Update model version v0.0.379 - Add `Ec2MetadataHttpTokens` to `AWSNodePool` resource diff --git a/version.go b/version.go index bad761573..a64590691 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.427" +const Version = "0.1.428"