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;