From 22ac6655d95ac9e068f39364c7756fbc1460ffbb Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 22 Oct 2024 18:32:28 +0000 Subject: [PATCH] 3.324.8 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ebfec79b..964e7ab049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.324.8 - 2024-10-22 * `Aws\imagebuilder` - Add macOS platform and instance placement options * `Aws\BedrockRuntime` - Updating invoke regex to support imported models for converse API diff --git a/src/Sdk.php b/src/Sdk.php index 616172c613..ad26c28143 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -781,7 +781,7 @@ */ class Sdk { - const VERSION = '3.324.7'; + const VERSION = '3.324.8'; /** @var array Arguments for creating clients */ private $args;