diff --git a/.autover/changes/a4b5c0a2-7029-491b-90d1-12bba898c249.json b/.autover/changes/a4b5c0a2-7029-491b-90d1-12bba898c249.json deleted file mode 100644 index c92ceed3..00000000 --- a/.autover/changes/a4b5c0a2-7029-491b-90d1-12bba898c249.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.ElasticBeanstalk.Tools", - "Type": "Patch", - "ChangelogMessages": [ - "Fixed an ElasticBeanstalk deployment issue for Linux platform where Procfile was sometimes being generated with incorrect entrypoint when multiple runtimeconfig.json files were present." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 972c745e..728189ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-07-30 + +### Amazon.ElasticBeanstalk.Tools (4.4.1) +* Fixed an ElasticBeanstalk deployment issue for Linux platform where Procfile was sometimes being generated with incorrect entrypoint when multiple runtimeconfig.json files were present. + ## Release 2025-06-13 ### Amazon.Lambda.Tools (5.13.0) diff --git a/src/Amazon.ElasticBeanstalk.Tools/Amazon.ElasticBeanstalk.Tools.csproj b/src/Amazon.ElasticBeanstalk.Tools/Amazon.ElasticBeanstalk.Tools.csproj index 439724a8..ad3e5cc2 100644 --- a/src/Amazon.ElasticBeanstalk.Tools/Amazon.ElasticBeanstalk.Tools.csproj +++ b/src/Amazon.ElasticBeanstalk.Tools/Amazon.ElasticBeanstalk.Tools.csproj @@ -1,4 +1,4 @@ - + @@ -10,7 +10,7 @@ true dotnet-eb true - 4.4.0 + 4.4.1 dotnet-eb Amazon Web Services Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.