From 2eb26969dae179960fbc7343d093f896fbc12d3c Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 3 Jun 2025 03:35:12 +0000 Subject: [PATCH] Updated changelog --- .../16cc3c6a-8fa0-410b-ba57-74221abb086a.json | 48 ------------------- CHANGELOG.md | 3 ++ 2 files changed, 3 insertions(+), 48 deletions(-) delete mode 100644 .autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json diff --git a/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json b/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json deleted file mode 100644 index b49862a21..000000000 --- a/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.RuntimeSupport", - "Type": "Patch", - "ChangelogMessages": [ - "Add support for parameterized logging method with exception to global logger LambdaLogger in Amazon.Lambda.Core" - ] - }, - { - "Name": "Amazon.Lambda.Core", - "Type": "Minor", - "ChangelogMessages": [ - "Added log level version of the static logging functions on Amazon.Lambda.Core.LambdaLogger" - ] - } - { - "Name": "Amazon.Lambda.AspNetCoreServer", - "Type": "Patch", - "ChangelogMessages": [ - "Update Amazon.Lambda.Logging.AspNetCore dependency" - ] - }, - { - "Name": "Amazon.Lambda.AspNetCoreServer.Hosting", - "Type": "Patch", - "ChangelogMessages": [ - "Update Amazon.Lambda.Logging.AspNetCore dependency" - ] - }, - { - "Name": "Amazon.Lambda.Logging.AspNetCore", - "Type": "Major", - "ChangelogMessages": [ - "Add support Lambda log levels", - "Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer" - ] - }, - { - "Name": "Amazon.Lambda.TestUtilities", - "Type": "Major", - "ChangelogMessages": [ - "Update Amazon.Lambda.TestUtitlies to have implementation of the newer logging methods", - "Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc3489e..37c5370ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Release 2025-06-03 + + ## Release 2025-05-15 ### Amazon.Lambda.TestTool (0.10.3)