From 764c1d9a0664a6a6d99547ba7a76214938d4ac61 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 17 Oct 2024 21:04:51 +0000 Subject: [PATCH] Updated changelog --- .autover/autover.json | 18 +++++++++--------- .../b6c50c7c-b34d-45ef-8985-2cac2dd8e61f.json | 13 ------------- CHANGELOG.md | 7 +++++++ 3 files changed, 16 insertions(+), 22 deletions(-) delete mode 100644 .autover/changes/b6c50c7c-b34d-45ef-8985-2cac2dd8e61f.json diff --git a/.autover/autover.json b/.autover/autover.json index f3f5722..9d25fb0 100644 --- a/.autover/autover.json +++ b/.autover/autover.json @@ -1,11 +1,11 @@ { - "Projects": [ - { - "Name": "Amazon.Extensions.CognitoAuthentication", - "Path": "src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj" - } - ], - "UseCommitsForChangelog": false, - "DefaultIncrementType": "Patch", - "ChangeFilesDetermineIncrementType": true + "Projects": [ + { + "Name": "Amazon.Extensions.CognitoAuthentication", + "Path": "src/Amazon.Extensions.CognitoAuthentication/Amazon.Extensions.CognitoAuthentication.csproj" + } + ], + "UseCommitsForChangelog": false, + "DefaultIncrementType": "Patch", + "ChangeFilesDetermineIncrementType": true } \ No newline at end of file diff --git a/.autover/changes/b6c50c7c-b34d-45ef-8985-2cac2dd8e61f.json b/.autover/changes/b6c50c7c-b34d-45ef-8985-2cac2dd8e61f.json deleted file mode 100644 index 5036a88..0000000 --- a/.autover/changes/b6c50c7c-b34d-45ef-8985-2cac2dd8e61f.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.CognitoAuthentication", - "Type": "Patch", - "ChangelogMessages": [ - "Added .NET 8 target framework and marked as trimmable", - "Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4", - "Add SourceLink support" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bfadd..6299f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2024-10-17 + +### Amazon.Extensions.CognitoAuthentication (3.0.0-preview.1) +* Added .NET 8 target framework and marked as trimmable +* Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4 +* Add SourceLink support + ## Release 2024-07-09 ### Amazon.Extensions.CognitoAuthentication (2.5.5)