From 1fa17dba47021586de511d10944637da8ea4cc43 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 12 Dec 2023 19:08:53 +0000 Subject: [PATCH] 3.293.9 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fef16f7b..4ff72f8823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.293.9 - 2023-12-12 * `Aws\Parser` - Fixes the event parser iterator so it handles the different scenarios stated by smithy docs. * `Aws\imagebuilder` - This release adds the Image Workflows feature to give more flexibility and control over the image building and testing process. diff --git a/src/Sdk.php b/src/Sdk.php index 6a5d55d27e..0bef5abd37 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -753,7 +753,7 @@ */ class Sdk { - const VERSION = '3.293.8'; + const VERSION = '3.293.9'; /** @var array Arguments for creating clients */ private $args;