diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 47cc1fd90..f75d78e8c 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,7 @@ +### Release 2024-09-29 +* **Amazon.Lambda.Annotations (1.5.2)** + * Fixed issue with handling unicode characters when converting FromBody parameters from JSON to .NET type. + ### Release 2024-09-25 * **Amazon.Lambda.Annotations (1.5.1)** * Added a 127 character limit on the Lambda function handler when the package type is set to zip.