diff --git a/.autover/changes/aeef605f-6fd5-4280-94c7-ddffa1a3d021.json b/.autover/changes/aeef605f-6fd5-4280-94c7-ddffa1a3d021.json deleted file mode 100644 index 1541f9688..000000000 --- a/.autover/changes/aeef605f-6fd5-4280-94c7-ddffa1a3d021.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.TestTool", - "Type": "Patch", - "ChangelogMessages": [ - "Add README" - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/e65c21d6-7608-481f-8135-198a7ab8ad54.json b/.autover/changes/e65c21d6-7608-481f-8135-198a7ab8ad54.json deleted file mode 100644 index 084a440d1..000000000 --- a/.autover/changes/e65c21d6-7608-481f-8135-198a7ab8ad54.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.TestTool", - "Type": "Patch", - "ChangelogMessages": [ - "Add 6MB request and response size validation." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abde092c..99642db6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Release 2025-02-26 #2 + +### Amazon.Lambda.TestTool (0.9.0) +* Add README +* Add 6MB request and response size validation. + ## Release 2025-02-25 ### Amazon.Lambda.AspNetCoreServer (9.0.4) 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 8349ab09e..e1b356fc4 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.0.3 + 0.9.0 NU5100 Major README.md