From f9686552515e8edd35d36df001725db68bb31b77 Mon Sep 17 00:00:00 2001 From: Malhar Khimsaria <96malhar@gmail.com> Date: Mon, 24 Jun 2024 09:04:37 -0700 Subject: [PATCH 1/2] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index a07924e2c..8b6abfd23 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,7 @@ +### Release 2024-06-21 +* **Amazon.Lambda.Templates (7.2.0)** + * Updated Amazon.Lambda.Annotations dependency to 1.5.0 in the Message Processing Framework Visual Studio blueprint. Added the `SQSEvent` attribute to set up SQS event source mapping for the message handler Lambda function. + ### Release 2024-06-17 * **Amazon.Lambda.Annotations (1.5.0)** * Added new .NET attribute to create SQS event source mapping for Lambda functions. From 62b1c9b09b88f2417bb3d4c9f54c7dd9c3531ed1 Mon Sep 17 00:00:00 2001 From: Malhar Khimsaria <96malhar@gmail.com> Date: Mon, 24 Jun 2024 09:21:04 -0700 Subject: [PATCH 2/2] Drop 'Visual Studio' from the changelog --- RELEASE.CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 8b6abfd23..2dd59ae08 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,6 +1,6 @@ ### Release 2024-06-21 * **Amazon.Lambda.Templates (7.2.0)** - * Updated Amazon.Lambda.Annotations dependency to 1.5.0 in the Message Processing Framework Visual Studio blueprint. Added the `SQSEvent` attribute to set up SQS event source mapping for the message handler Lambda function. + * Updated Amazon.Lambda.Annotations dependency to 1.5.0 in the Message Processing Framework template. Added the `SQSEvent` attribute to set up SQS event source mapping for the message handler Lambda function. ### Release 2024-06-17 * **Amazon.Lambda.Annotations (1.5.0)**