diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cd9aeb6a..05d15d8a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.327.0 - 2024-11-14 * `Aws\AccessAnalyzer` - Expand analyzer configuration capabilities for unused access analyzers. Unused access analyzer configurations now support the ability to exclude accounts and resource tags from analysis providing more granular control over the scope of analysis. * `Aws\Redshift` - Adds support for Amazon Redshift S3AccessGrants diff --git a/src/Sdk.php b/src/Sdk.php index 876a57dbe5..f88e90bc43 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -789,7 +789,7 @@ */ class Sdk { - const VERSION = '3.326.0'; + const VERSION = '3.327.0'; /** @var array Arguments for creating clients */ private $args;