From 6cf6aacecda1dec52bf4a70d8e1503b5bc56e924 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 30 Jun 2023 18:23:40 +0000 Subject: [PATCH] 3.275.1 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f64cc9c779..cd9a9a08ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.275.1 - 2023-06-30 * `Aws\ECS` - Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode * `Aws\IVS` - Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs. diff --git a/src/Sdk.php b/src/Sdk.php index dd83a4207c..82426a1478 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -705,7 +705,7 @@ */ class Sdk { - const VERSION = '3.275.0'; + const VERSION = '3.275.1'; /** @var array Arguments for creating clients */ private $args;