Skip to content

Commit c3b6f1f

Browse files
3.359.13 release
1 parent 2b1d953 commit c3b6f1f

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.359.13 - 2025-11-14
44

55
* `Aws\imagebuilder` - EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows.
66
* `Aws\MediaLive` - Removed all the value constraint (min/max) for the shape definitions (e.g. integerMin0Max3600) on the C2j models to get rid of the need to request an exemption from the SDK team whenever a shape definition (e.g. integerMin0Max3600) is changed.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
*/
820820
class Sdk
821821
{
822-
const VERSION = '3.359.12';
822+
const VERSION = '3.359.13';
823823

824824
/** @var array Arguments for creating clients */
825825
private $args;

0 commit comments

Comments
 (0)