Skip to content

Commit 90007f7

Browse files
3.356.21 release
1 parent 0bda800 commit 90007f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.356.21 - 2025-09-18
44

55
* `Aws\Exception` - Loosens requirements for `$previous` `AwsException` parameter from `Exception` to `Throwable`.
66
* `Aws\Bedrock` - Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
*/
832832
class Sdk
833833
{
834-
const VERSION = '3.356.20';
834+
const VERSION = '3.356.21';
835835

836836
/** @var array Arguments for creating clients */
837837
private $args;

0 commit comments

Comments
 (0)