From ad1f7be78d74d48628a6fe345818ce53bae64169 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 24 Jan 2024 19:09:39 +0000 Subject: [PATCH] 3.297.0 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21a75820e3..3a67fa3fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.297.0 - 2024-01-24 * `Aws\Credentials` - Adds support for specifying custom IMDS endpoint when using the InstanceProfileProvider. * `Aws\EC2` - Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. diff --git a/src/Sdk.php b/src/Sdk.php index 8e7588b9b4..031eeda778 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -759,7 +759,7 @@ */ class Sdk { - const VERSION = '3.296.8'; + const VERSION = '3.297.0'; /** @var array Arguments for creating clients */ private $args;