We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920893 commit 6790e53Copy full SHA for 6790e53
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.332.2 - 2024-12-03
4
5
* `Aws\BedrockRuntime` - Add an API parameter that allows customers to set performance configuration for invoking a model.
6
* `Aws\S3Control` - It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests
src/Sdk.php
@@ -805,7 +805,7 @@
805
*/
806
class Sdk
807
{
808
- const VERSION = '3.332.1';
+ const VERSION = '3.332.2';
809
810
/** @var array Arguments for creating clients */
811
private $args;
0 commit comments