diff --git a/.autover/changes/ea69e7ec-3ae7-4c7f-bd14-58857aba7bbe.json b/.autover/changes/ea69e7ec-3ae7-4c7f-bd14-58857aba7bbe.json deleted file mode 100644 index c5b386575..000000000 --- a/.autover/changes/ea69e7ec-3ae7-4c7f-bd14-58857aba7bbe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.TestTool", - "Type": "Patch", - "ChangelogMessages": [ - "Initial preview release" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f5254fa89..498c003ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-01-31 + +### Amazon.Lambda.TestTool (0.0.1-preview) +* Initial preview release + ## Release 2024-12-09 ### SnapshotRestore.Registry (1.0.1) 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 6e0e965c3..e1997b4cd 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 @@ -1,4 +1,4 @@ - + A tool to help debug and test your .NET AWS Lambda functions locally.