diff --git a/.autover/changes/d5f415cd-080b-41e1-8256-8743f7a423d3.json b/.autover/changes/d5f415cd-080b-41e1-8256-8743f7a423d3.json deleted file mode 100644 index 9fed55a7..00000000 --- a/.autover/changes/d5f415cd-080b-41e1-8256-8743f7a423d3.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "AWS.Deploy.CLI", - "Type": "Patch", - "ChangelogMessages": [ - "Fixed intermittent IAM permission failures in delete-deployment command by ensuring CloudFormation client is created after AWS credentials are configured" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e2417300..95aed5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2025-06-25 + +### AWS.Deploy.CLI (2.0.1) +* Fixed intermittent IAM permission failures in delete-deployment command by ensuring CloudFormation client is created after AWS credentials are configured +### AWS.Deploy.Recipes.CDK.Common (2.0.1) +### AWS.Deploy.ServerMode.Client (2.0.1) + ## Release 2025-06-16 ### AWS.Deploy.CLI (2.0.0) diff --git a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj index 7755bab8..e49e5f3b 100644 --- a/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj +++ b/src/AWS.Deploy.CLI/AWS.Deploy.CLI.csproj @@ -22,7 +22,7 @@ $(NoWarn);1570;1591;ASP0000 Major README.md - 2.0.0 + 2.0.1 diff --git a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj index b6ba7693..cd037aa6 100644 --- a/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj +++ b/src/AWS.Deploy.Recipes.CDK.Common/AWS.Deploy.Recipes.CDK.Common.csproj @@ -13,7 +13,7 @@ icon.png https://github.com/aws/aws-dotnet-deploy README.md - 2.0.0 + 2.0.1 diff --git a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj index d0dfc25f..45b119b4 100644 --- a/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj +++ b/src/AWS.Deploy.ServerMode.Client/AWS.Deploy.ServerMode.Client.csproj @@ -12,7 +12,7 @@ https://github.com/aws/aws-dotnet-deploy true ..\..\public.snk - 2.0.0 + 2.0.1