From 3915bf0d48293ad582ce38bc8dbf5930fe3b3c6b Mon Sep 17 00:00:00 2001 From: tithakka Date: Mon, 25 Sep 2023 15:16:57 -0400 Subject: [PATCH 1/2] Release 0.0.324 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b088afab..31dd2a4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,14 @@ This document describes the relevant changes between releases of the API model. +## 0.0.324 September 25 2023 +- Add `GCPMarketplaceEnabled` to `version` type + +## 0.0.323 September 25 2023 +- Add `AdditionalComputeSecurityGroupIds` to `AWS` type +- Add `AdditionalSecurityGroupIds` to `AWS Machine Pool` type +- Add `AwsSecurityGroups` to `VPC` type + ## 0.0.322 September 25 2023 - Add `AdditionalComputeSecurityGroupIds` to `AWS` type - Add `AdditionalSecurityGroupIds` to `AWS Machine Pool` type From c672a5e94d40dea1a83b66d5419ab692587c06c9 Mon Sep 17 00:00:00 2001 From: tithakka Date: Mon, 25 Sep 2023 15:18:13 -0400 Subject: [PATCH 2/2] Fixed duplication of lines --- CHANGES.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 31dd2a4e..445dec6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,13 +2,8 @@ This document describes the relevant changes between releases of the API model. -## 0.0.324 September 25 2023 -- Add `GCPMarketplaceEnabled` to `version` type - ## 0.0.323 September 25 2023 -- Add `AdditionalComputeSecurityGroupIds` to `AWS` type -- Add `AdditionalSecurityGroupIds` to `AWS Machine Pool` type -- Add `AwsSecurityGroups` to `VPC` type +- Add `GCPMarketplaceEnabled` to `version` type ## 0.0.322 September 25 2023 - Add `AdditionalComputeSecurityGroupIds` to `AWS` type