From 4f59bf50aa445fc3ec0b10648b205dd2465e9bec Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 20 Dec 2023 19:21:19 +0000 Subject: [PATCH] 3.294.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 46553ea4fa..6db3070244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.294.4 - 2023-12-20 * `Aws\EKS` - Add support for cluster insights, new EKS capability that surfaces potentially upgrade impacting issues. * `Aws\AppStream` - This release introduces configurable clipboard, allowing admins to specify the maximum length of text that can be copied by the users from their device to the remote session and vice-versa. diff --git a/src/Sdk.php b/src/Sdk.php index a3b9fb53b3..01dbf42d09 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -755,7 +755,7 @@ */ class Sdk { - const VERSION = '3.294.3'; + const VERSION = '3.294.4'; /** @var array Arguments for creating clients */ private $args;