From 5c0c9ecffc0a8315f8ee5773a54029148bf6cc55 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Wed, 15 May 2024 11:23:10 -0700 Subject: [PATCH] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 63b657d..221db1e 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,7 @@ +### Release 2024-05-15 +* **AWS.Logger.NLog (3.3.3)** + * PR [#263](https://github.com/aws/aws-logging-dotnet/pull/263), fixes issue of using layout logic for AuthenticationRegion. Thanks [Rolf Kristensen](https://github.com/snakefoot). + ### Release 2024-05-13 * **AWS.Logger.Core (3.3.2)** * PR [#257](https://github.com/aws/aws-logging-dotnet/pull/257), fixes error when configured stream using the `LogStreamName` property already exists. Thanks [Michael Dimoudis](https://github.com/michaeldimoudis).