From b190e24bd6568713436e1f13f9022bf28f491fc1 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Thu, 25 Apr 2024 18:07:15 +0000 Subject: [PATCH] 3.305.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 2860fe3499..ca6455b924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.305.3 - 2024-04-25 * `Aws\Credentials` - Makes the SSO token to be refreshed when required and allowed by the rules states on the sso token provider specs. * `Aws\FMS` - AWS Firewall Manager adds support for network ACL policies to manage Amazon Virtual Private Cloud (VPC) network access control lists (ACLs) for accounts in your organization. diff --git a/src/Sdk.php b/src/Sdk.php index 7bfe19d155..8c2254ae6d 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -771,7 +771,7 @@ */ class Sdk { - const VERSION = '3.305.2'; + const VERSION = '3.305.3'; /** @var array Arguments for creating clients */ private $args;