From d04da330b0201edab71edd33a03b8d5ad6e4a313 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 20 Jun 2024 18:09:51 +0000 Subject: [PATCH] 3.314.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 e488fd7ea1..a986e1c916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.314.6 - 2024-06-20 * `Aws\DynamoDB` - Doc-only update for DynamoDB. Fixed Important note in 6 Global table APIs - CreateGlobalTable, DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables, UpdateGlobalTable, and UpdateGlobalTableSettings. * `Aws\BedrockRuntime` - This release adds document support to Converse and ConverseStream APIs diff --git a/src/Sdk.php b/src/Sdk.php index f640acf915..9afd53c2b6 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -775,7 +775,7 @@ */ class Sdk { - const VERSION = '3.314.5'; + const VERSION = '3.314.6'; /** @var array Arguments for creating clients */ private $args;