diff --git a/.autover/changes/3fb2215f-52a7-4b5c-8019-65b4c8618452.json b/.autover/changes/3fb2215f-52a7-4b5c-8019-65b4c8618452.json deleted file mode 100644 index d10cf40c..00000000 --- a/.autover/changes/3fb2215f-52a7-4b5c-8019-65b4c8618452.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Tools", - "Type": "Patch", - "ChangelogMessages": [ - "Fix: Use function architecture to determine artifact path instead of hardcoded \u0027x64\u0027." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c642fd51..ed47234d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-11-18 + +### Amazon.Lambda.Tools (5.13.2) +* Fix: Use function architecture to determine artifact path instead of hardcoded 'x64'. + ## Release 2025-11-10 ### Amazon.Lambda.Tools (5.13.1) diff --git a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj index 68039f70..5f0b1ca2 100644 --- a/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj +++ b/src/Amazon.Lambda.Tools/Amazon.Lambda.Tools.csproj @@ -15,7 +15,7 @@ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. AWS Lambda Tools for .NET CLI false - 5.13.1 + 5.13.2