Skip to content

Commit

Permalink
3.311.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 7, 2024
1 parent c53944f commit 731cd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
*/
class Sdk
{
const VERSION = '3.311.1';
const VERSION = '3.311.2';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit 731cd73

Please sign in to comment.