From c462af819d81cba49939949032b20799f5ef0fff Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 10 Nov 2023 19:25:49 +0000 Subject: [PATCH] 3.285.4 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7e28d0b2..8ac6dd8bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.285.4 - 2023-11-10 * `Aws\MediaConvert` - This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content. * `Aws\EC2` - EC2 adds API updates to enable ENA Express at instance launch time. diff --git a/src/Sdk.php b/src/Sdk.php index f25f304537..9450950bce 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -721,7 +721,7 @@ */ class Sdk { - const VERSION = '3.285.3'; + const VERSION = '3.285.4'; /** @var array Arguments for creating clients */ private $args;