From decabd443f1c9658c3fa8d508b49393189e84425 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 27 Sep 2024 13:32:03 +0000 Subject: [PATCH] Updated changelog --- .../changes/9911ed8d-0530-46a8-bb79-c83f3bb05920.json | 11 ----------- .../changes/f3bdd1b8-155d-416d-b4ff-0d1bcf119e45.json | 11 ----------- CHANGELOG.md | 5 +++++ 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 .autover/changes/9911ed8d-0530-46a8-bb79-c83f3bb05920.json delete mode 100644 .autover/changes/f3bdd1b8-155d-416d-b4ff-0d1bcf119e45.json create mode 100644 CHANGELOG.md diff --git a/.autover/changes/9911ed8d-0530-46a8-bb79-c83f3bb05920.json b/.autover/changes/9911ed8d-0530-46a8-bb79-c83f3bb05920.json deleted file mode 100644 index 6f0fd27c..00000000 --- a/.autover/changes/9911ed8d-0530-46a8-bb79-c83f3bb05920.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/f3bdd1b8-155d-416d-b4ff-0d1bcf119e45.json b/.autover/changes/f3bdd1b8-155d-416d-b4ff-0d1bcf119e45.json deleted file mode 100644 index 5cf1f81f..00000000 --- a/.autover/changes/f3bdd1b8-155d-416d-b4ff-0d1bcf119e45.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Minor", - "ChangelogMessages": [ - "Fix an issue causing container deployments to fail when run on an ARM-based system" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..16c78f7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## Release 2024-09-27 + +### AWS.Deploy.CLI (1.26.0) +* Update the CDK Bootstrap template to the latest version +* Fix an issue causing container deployments to fail when run on an ARM-based system