From bfe8bd8882c2216b7a4e01e5a185a9346bcef8b4 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Wed, 5 Mar 2025 13:54:13 +0000 Subject: [PATCH 1/2] release_2025-03-05 --- .../src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj index e1b356fc4..2e3fd629c 100644 --- a/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj +++ b/Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj @@ -15,7 +15,7 @@ true Amazon.Lambda.TestTool dotnet-lambda-test-tool - 0.9.0 + 0.9.1 NU5100 Major README.md From 030b8c40829c5f7d1d3ff65ded9237608bdf8018 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Wed, 5 Mar 2025 13:55:12 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/cec1c49e-0a82-4cb0-bc2e-76d702ea3209.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/cec1c49e-0a82-4cb0-bc2e-76d702ea3209.json diff --git a/.autover/changes/cec1c49e-0a82-4cb0-bc2e-76d702ea3209.json b/.autover/changes/cec1c49e-0a82-4cb0-bc2e-76d702ea3209.json deleted file mode 100644 index d2cba928d..000000000 --- a/.autover/changes/cec1c49e-0a82-4cb0-bc2e-76d702ea3209.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.TestTool", - "Type": "Patch", - "ChangelogMessages": [ - "Add Lambda-Runtime-Deadline-Ms response header" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9867c07fc..f1bb900bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-03-05 + +### Amazon.Lambda.TestTool (0.9.1) +* Add Lambda-Runtime-Deadline-Ms response header + ## Release 2025-02-26 #3 ### Amazon.Lambda.Annotations (1.6.3)