From e832e594b3c213760e067e15ef2739f77505e832 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Fri, 12 Jul 2024 18:07:23 +0000 Subject: [PATCH] 3.316.3 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9555c3c5..8a89c33a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.316.3 - 2024-07-12 * `Aws\SNS` - Add v2 smoke tests and smithy smokeTests trait for SDK testing. * `Aws\GlobalAccelerator` - This feature adds exceptions to the Customer API to avoid throwing Internal Service errors diff --git a/src/Sdk.php b/src/Sdk.php index 0e9a97fbff..09cf2e1d87 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -777,7 +777,7 @@ */ class Sdk { - const VERSION = '3.316.2'; + const VERSION = '3.316.3'; /** @var array Arguments for creating clients */ private $args;