diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e91276ca..7db3d36914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.326.0 - 2024-11-13 * `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. * `Aws\EC2` - This release adds the source AMI details in DescribeImages API diff --git a/src/Sdk.php b/src/Sdk.php index 5111726109..fd45bf7961 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -787,7 +787,7 @@ */ class Sdk { - const VERSION = '3.325.7'; + const VERSION = '3.326.0'; /** @var array Arguments for creating clients */ private $args;