From a2421013def1e938d24b3e9f9c3453868d77a360 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Thu, 18 Jan 2024 22:44:31 -0800 Subject: [PATCH] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 87ecfe39b..d65ec157a 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,8 @@ +### Release 2024-01-18 +* **Amazon.Lambda.CognitoEvents (3.0.0)** + * Pull Request [#1656](https://github.com/aws/aws-lambda-dotnet/pull/1656) Add contracts for cognito pre token generation v2. Thanks [Ernest Folch](https://github.com/ernest-folch-fleksy) + * Pull Request [#1646](https://github.com/aws/aws-lambda-dotnet/pull/1646) Fixed the JSON deserialization error in Cognito triggered. Thanks [Ankush Jain](https://github.com/ankushjain358) + ### Release 2024-01-12 * **Amazon.Lambda.DynamoDBEvents (3.0.0)** * Removed `AWSSDK.DynamoDBv2` dependency from `DynamoDBEvent` and related classes.