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