From 348b68edcc83062c329cf7540c4c92d061d27d9c Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 24 Oct 2023 18:10:38 +0000 Subject: [PATCH] 3.283.11 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d334a2ddf3..490c9c2b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.283.11 - 2023-10-24 * `Aws\` - Updates aws-crt-php dependency due to breaking changes introduced by the latest MacOS platform update * `Aws\MigrationHubStrategyRecommendations` - This release introduces multi-data-source feature in Migration Hub Strategy Recommendations. This feature now supports vCenter as a data source to fetch inventory in addition to ADS and Import from file workflow that is currently supported with MHSR collector. diff --git a/src/Sdk.php b/src/Sdk.php index dea508690c..8e28a58179 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -719,7 +719,7 @@ */ class Sdk { - const VERSION = '3.283.10'; + const VERSION = '3.283.11'; /** @var array Arguments for creating clients */ private $args;