From b9bc34a8702a37a6151d843af966bf3b36aaaae3 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Wed, 7 Feb 2024 19:05:01 +0000 Subject: [PATCH] 3.298.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 fefed98374..8cc2984ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.298.5 - 2024-02-07 * `Aws\DataSync` - AWS DataSync now supports manifests for specifying files or objects to transfer. * `Aws\LexModelsV2` - This release introduces a new bot replication feature as part of Lex Global Resiliency offering. This feature leverages a new set of APIs that allow customers to create bot replicas and replicate changes to bots across regions. diff --git a/src/Sdk.php b/src/Sdk.php index 5b91317e36..4faccd30af 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -759,7 +759,7 @@ */ class Sdk { - const VERSION = '3.298.4'; + const VERSION = '3.298.5'; /** @var array Arguments for creating clients */ private $args;