Skip to content

Commit 6790e53

Browse files
3.332.2 release
1 parent 7920893 commit 6790e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.332.2 - 2024-12-03
44

55
* `Aws\BedrockRuntime` - Add an API parameter that allows customers to set performance configuration for invoking a model.
66
* `Aws\S3Control` - It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@
805805
*/
806806
class Sdk
807807
{
808-
const VERSION = '3.332.1';
808+
const VERSION = '3.332.2';
809809

810810
/** @var array Arguments for creating clients */
811811
private $args;

0 commit comments

Comments
 (0)