From ae7b0edab466c3440fe007c07cb62ae32a4dbfca Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 26 Sep 2024 18:12:45 +0000 Subject: [PATCH] 3.322.6 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11c01c4e6..a42fb4afad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.322.6 - 2024-09-26 * `Aws\Organizations` - Add support for policy operations on the CHATBOT_POLICY policy type. * `Aws\PCS` - AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups. diff --git a/src/Sdk.php b/src/Sdk.php index 462aeed13d..e76ae71439 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -779,7 +779,7 @@ */ class Sdk { - const VERSION = '3.322.5'; + const VERSION = '3.322.6'; /** @var array Arguments for creating clients */ private $args;