From c7e8a368bd8b9c8a5b9d65bf076591a785ec7c76 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Wed, 6 Nov 2024 22:31:27 +0000 Subject: [PATCH 1/2] release_2024-11-06 --- Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj index 81be97dfc..429bfb07f 100644 --- a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj +++ b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ netstandard2.0;net6.0;net8.0 Amazon Lambda .NET Core support - Core package. Amazon.Lambda.Core - 2.3.0 + 2.4.0 Amazon.Lambda.Core Amazon.Lambda.Core AWS;Amazon;Lambda @@ -14,7 +14,7 @@ - + From 6320c41ed0f4ffbf5d91c478d3d87cc5218a3b70 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Wed, 6 Nov 2024 22:33:13 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json diff --git a/.autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json b/.autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json deleted file mode 100644 index 1c3c6e7fb..000000000 --- a/.autover/changes/408f1584-3b66-45eb-bdf3-d154527e4c8c.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Core", - "Type": "Minor", - "ChangelogMessages": [ - "Removed RequiresPreviewFeatures attribute from parameterized logging APIs" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index acfc5f503..4ee9d216b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2024-11-06 + +### Amazon.Lambda.Core (2.4.0) +* Removed RequiresPreviewFeatures attribute from parameterized logging APIs + ## Release 2024-11-01 ### Amazon.Lambda.TestTool.BlazorTester (0.15.3)