From 6790e53ab0aceca59e1d44fae06c66481013950c Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 3 Dec 2024 06:16:16 +0000 Subject: [PATCH] 3.332.2 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623e00e1b2..de5a14f0c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.332.2 - 2024-12-03 * `Aws\BedrockRuntime` - Add an API parameter that allows customers to set performance configuration for invoking a model. * `Aws\S3Control` - It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests diff --git a/src/Sdk.php b/src/Sdk.php index 4b0fba49c2..47ee89dd71 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -805,7 +805,7 @@ */ class Sdk { - const VERSION = '3.332.1'; + const VERSION = '3.332.2'; /** @var array Arguments for creating clients */ private $args;