diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a7ba9ea5..20bf3c2b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.322.7 - 2024-09-27 * `Aws\Worklink` - Removes worklink client. * `Aws\CustomerProfiles` - Introduces optional RoleArn parameter for PutIntegration request and includes RoleArn in the response of PutIntegration, GetIntegration and ListIntegrations diff --git a/src/Sdk.php b/src/Sdk.php index ece06b0746..4007939801 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -777,7 +777,7 @@ */ class Sdk { - const VERSION = '3.322.6'; + const VERSION = '3.322.7'; /** @var array Arguments for creating clients */ private $args;