From 78c9510280512121e8fdaa9538b744778ab48bf9 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 20 Jul 2023 18:16:37 +0000 Subject: [PATCH] 3.276.2 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1ee37385..a5b4211eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.276.2 - 2023-07-20 * `Aws\CodeCatalyst` - This release adds support for updating and deleting spaces and projects in Amazon CodeCatalyst. It also adds support for creating, getting, and deleting source repositories in CodeCatalyst projects. * `Aws\ConnectCases` - This release adds the ability to assign a case to a queue or user. diff --git a/src/Sdk.php b/src/Sdk.php index 3397ad2426..58f9775554 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -707,7 +707,7 @@ */ class Sdk { - const VERSION = '3.276.1'; + const VERSION = '3.276.2'; /** @var array Arguments for creating clients */ private $args;