From acc1ef71bb2b54ca9a9c82f596f499a8a47a79bb Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Thu, 10 Oct 2024 16:04:05 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6997ef0..2f4bfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +## 2.2.0 (2024-10-10) + - Create traces using the SDK observability APIs for the S3 Encryption Encryption and Decryption pipeline handlers. + ## 2.1.2 (2024-09-03) - Fixed issue with AmazonS3EncryptionClientV2 and uploading multipart objects triggering a "HashStream does not support base streams that are not capable of reading or writing" error.