From bd01bbc5ea4d62a070c7064a386bf0008871c6a5 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 25 Jul 2023 18:12:23 +0000 Subject: [PATCH] 3.276.5 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab9a5e1e0..a7377bbe61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.276.5 - 2023-07-25 * `Aws\BillingConductor` - Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups. * `Aws\ConnectWisdomService` - This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat diff --git a/src/Sdk.php b/src/Sdk.php index 2d779ac0f7..fd7cfe8e88 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -707,7 +707,7 @@ */ class Sdk { - const VERSION = '3.276.4'; + const VERSION = '3.276.5'; /** @var array Arguments for creating clients */ private $args;