From 702da8ee8a9dbae919c3559b8f4dba61cd8355b0 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 24 Oct 2024 18:08:37 +0000 Subject: [PATCH] 3.324.10 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e80cfc70..0993daa349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.324.10 - 2024-10-24 * `Aws\AppConfig` - This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. * `Aws\ECS` - This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. diff --git a/src/Sdk.php b/src/Sdk.php index b18e37ff5c..1bb77b15ba 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -781,7 +781,7 @@ */ class Sdk { - const VERSION = '3.324.9'; + const VERSION = '3.324.10'; /** @var array Arguments for creating clients */ private $args;