From 136749f15d1dbff07064ef5ba1c2f08b96cf78ff Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Mon, 25 Nov 2024 19:20:00 +0000 Subject: [PATCH] 3.330.1 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393f7541f3..1197502e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.330.1 - 2024-11-25 * `Aws\DirectConnect` - Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network. * `Aws\NetworkManager` - This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway. diff --git a/src/Sdk.php b/src/Sdk.php index 1406e2f9cd..1af95bd247 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -797,7 +797,7 @@ */ class Sdk { - const VERSION = '3.330.0'; + const VERSION = '3.330.1'; /** @var array Arguments for creating clients */ private $args;