From c26ccddd70ddeef47d9e0a6bd8d323b2ef97ff1b Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Thu, 22 Feb 2024 11:51:41 -0800 Subject: [PATCH] Updated RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 6a6a47d59..d753fa02d 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,14 @@ +### Release 2024-02-22 +* **Amazon.Lambda.Templates (7.0.0)** + * Updated templates to target .NET 8 + * Updated the serverless Native AOT template to use Amazon.Lambda.Anotations + * Updated the DynamoDB blueprint for changes with the new major version bump of Amazon.Lambda.DynamoDBEvents + * Updated all AWS dependencies in templates +* **AWSLambdaPSCore PowerShell Module (4.0.0)** + * Updated to target the .NET 8 Lambda runtime +* **Amazon.Lambda.PowerShellHost (3.0.0)** + * Updated to target .NET 8 + ### Release 2024-02-15 * **Amazon.Lambda.Annotations (1.2.0)** * Added support for detecting TargetFramework is .NET 8 and configuring the runtime to dotnet8.