Skip to content

Commit ba4a7ac

Browse files
3.327.0 release
1 parent a7b75e7 commit ba4a7ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.327.0 - 2024-11-14
44

55
* `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.
66
* `Aws\Redshift` - Adds support for Amazon Redshift S3AccessGrants

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
*/
790790
class Sdk
791791
{
792-
const VERSION = '3.326.0';
792+
const VERSION = '3.327.0';
793793

794794
/** @var array Arguments for creating clients */
795795
private $args;

0 commit comments

Comments
 (0)