diff --git a/CHANGELOG.md b/CHANGELOG.md index 908e7df320..1969a9da56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.324.7 - 2024-10-21 * `Aws\ApplicationInsights` - This feature enables customers to specify SNS Topic ARN. CloudWatch Application Insights (CWAI) will utilize this ARN to send problem notifications. * `Aws\AutoScaling` - Adds support for removing the PlacementGroup setting on an Auto Scaling Group through the UpdateAutoScalingGroup API. diff --git a/src/Sdk.php b/src/Sdk.php index 6ad90259a1..616172c613 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -781,7 +781,7 @@ */ class Sdk { - const VERSION = '3.324.6'; + const VERSION = '3.324.7'; /** @var array Arguments for creating clients */ private $args;