diff --git a/.autover/changes/410401de-8685-444c-a85f-dcc4fd167d15.json b/.autover/changes/410401de-8685-444c-a85f-dcc4fd167d15.json deleted file mode 100644 index 9b8d582..0000000 --- a/.autover/changes/410401de-8685-444c-a85f-dcc4fd167d15.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Extensions.S3.Encryption", - "Type": "Minor", - "ChangelogMessages": [ - "feat: Add decryption support for AesGcmWithCommitment" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bbdb2..4dcd0d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2025-12-17 + +### Amazon.Extensions.S3.Encryption (3.2.0) +* feat: Add decryption support for AesGcmWithCommitment + ## Release 2025-11-12 ### Amazon.Extensions.S3.Encryption (3.1.0) diff --git a/src/Amazon.Extensions.S3.Encryption.csproj b/src/Amazon.Extensions.S3.Encryption.csproj index 1d849e5..1d9618f 100644 --- a/src/Amazon.Extensions.S3.Encryption.csproj +++ b/src/Amazon.Extensions.S3.Encryption.csproj @@ -2,7 +2,7 @@ net472;netstandard2.0;netcoreapp3.1;net8.0 - 3.1.0 + 3.2.0 true Amazon.Extensions.S3.Encryption Amazon S3 Encryption Client for .NET