From 84259996602fa0234b30aaec764a86882e3c5af9 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Wed, 11 Sep 2024 19:27:44 +0000 Subject: [PATCH] Updated changelog --- .../23815243-2304-410c-bf18-b621e5931839.json | 13 ------------- CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 .autover/changes/23815243-2304-410c-bf18-b621e5931839.json diff --git a/.autover/changes/23815243-2304-410c-bf18-b621e5931839.json b/.autover/changes/23815243-2304-410c-bf18-b621e5931839.json deleted file mode 100644 index ad188ac..0000000 --- a/.autover/changes/23815243-2304-410c-bf18-b621e5931839.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.S3.Encryption", - "Type": "Patch", - "ChangelogMessages": [ - "Dropped support for .NET Framework 3.5, updated .NET Framework 4.5 to .NET Framework 4.7.2 and added .NET 8 support", - "Updated the .NET SDK dependencies to the latest version 4.0.0-preview.2", - "Updated the `Portable.BouncyCastle` dependency to `BouncyCastle.Cryptography`" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ce10..42081c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2024-09-11 + +### Amazon.Extensions.S3.Encryption (3.0.0-preview.1) +* Dropped support for .NET Framework 3.5, updated .NET Framework 4.5 to .NET Framework 4.7.2 and added .NET 8 support +* Updated the .NET SDK dependencies to the latest version 4.0.0-preview.2 +* Updated the `Portable.BouncyCastle` dependency to `BouncyCastle.Cryptography` + ## Release 2024-09-03 ### Amazon.Extensions.S3.Encryption (2.1.2)