From 6d46c8e00c22f66349b8a509bd2c5ced72cceff2 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 1 Aug 2024 18:12:34 +0000 Subject: [PATCH] 3.317.0 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc89216d3..424dd05298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.317.0 - 2024-08-01 * `Aws\ControlTower` - Updated Control Tower service documentation for controlcatalog control ARN support with existing Control Tower public APIs * `Aws\ControlCatalog` - AWS Control Tower provides two new public APIs controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace, which enable customers to programmatically retrieve control metadata of available controls. diff --git a/src/Sdk.php b/src/Sdk.php index 74f2c75cf2..86eef4cc9d 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -777,7 +777,7 @@ */ class Sdk { - const VERSION = '3.316.10'; + const VERSION = '3.317.0'; /** @var array Arguments for creating clients */ private $args;