From 31b8aed5d1baf0b77608273d4d86ccdfdd51f116 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 11 Oct 2024 17:28:47 +0000 Subject: [PATCH] Updated changelog --- .../2dff0134-175b-4d6a-b6bd-27e272105ba3.json | 11 -------- .../a341e9ce-1356-465d-b1b4-77743905d586.json | 25 ------------------- CHANGELOG.md | 10 ++++++++ 3 files changed, 10 insertions(+), 36 deletions(-) delete mode 100644 .autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json delete mode 100644 .autover/changes/a341e9ce-1356-465d-b1b4-77743905d586.json diff --git a/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json b/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json deleted file mode 100644 index 6f0fd27c..00000000 --- a/.autover/changes/2dff0134-175b-4d6a-b6bd-27e272105ba3.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Patch", - "ChangelogMessages": [ - "Update the CDK Bootstrap template to the latest version" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/a341e9ce-1356-465d-b1b4-77743905d586.json b/.autover/changes/a341e9ce-1356-465d-b1b4-77743905d586.json deleted file mode 100644 index fd703a53..00000000 --- a/.autover/changes/a341e9ce-1356-465d-b1b4-77743905d586.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Patch", - "ChangelogMessages": [ - "Removed the System.Text.Json dependency from the deployment project templates" - ] - }, - { - "Name": "AWS.Deploy.Recipes.CDK.Common", - "Type": "Patch", - "ChangelogMessages": [ - "Removed the System.Text.Json dependency from the deployment project templates" - ] - }, - { - "Name": "AWS.Deploy.ServerMode.Client", - "Type": "Patch", - "ChangelogMessages": [ - "Removed the System.Text.Json dependency from the deployment project templates" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c78f7d..b5388cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## Release 2024-10-11 + +### AWS.Deploy.CLI (1.26.1) +* Update the CDK Bootstrap template to the latest version +* Removed the System.Text.Json dependency from the deployment project templates +### AWS.Deploy.Recipes.CDK.Common (1.26.1) +* Removed the System.Text.Json dependency from the deployment project templates +### AWS.Deploy.ServerMode.Client (1.26.1) +* Removed the System.Text.Json dependency from the deployment project templates + ## Release 2024-09-27 ### AWS.Deploy.CLI (1.26.0)