diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba5cb4c07..4f7bbe093d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.311.2 - 2024-06-07 * `Aws\CodePipeline` - CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides. * `Aws\AuditManager` - New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned. diff --git a/src/Sdk.php b/src/Sdk.php index 67923381c9..da1138a081 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -771,7 +771,7 @@ */ class Sdk { - const VERSION = '3.311.1'; + const VERSION = '3.311.2'; /** @var array Arguments for creating clients */ private $args;