Skip to content

Commit 5420284

Browse files
3.326.0 release
1 parent 1117005 commit 5420284

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.326.0 - 2024-11-13
44

55
* `Aws\DynamoDB` - This release includes supports the new WarmThroughput feature for DynamoDB. You can now provide an optional WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm your table or global secondary index. You can also use DescribeTable to see the latest WarmThroughput value.
66
* `Aws\EC2` - This release adds the source AMI details in DescribeImages API

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@
787787
*/
788788
class Sdk
789789
{
790-
const VERSION = '3.325.7';
790+
const VERSION = '3.326.0';
791791

792792
/** @var array Arguments for creating clients */
793793
private $args;

0 commit comments

Comments
 (0)