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;