From 46250f9947768c102052a6650a0a09405e77ee0a Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Mon, 5 Jun 2023 18:20:21 +0000 Subject: [PATCH] 3.271.8 release --- CHANGELOG.md | 2 +- src/Sdk.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a39f2e660..c2e4b8397b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.271.8 - 2023-06-05 * `Aws\CloudFormation` - AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets. * `Aws\EC2` - Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs. diff --git a/src/Sdk.php b/src/Sdk.php index ffb940551f..b3a5605320 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -695,7 +695,7 @@ */ class Sdk { - const VERSION = '3.271.7'; + const VERSION = '3.271.8'; /** @var array Arguments for creating clients */ private $args;