Skip to content

Commit

Permalink
3.178.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Apr 14, 2021
1 parent 3d55981 commit fc3667c
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.178.4 - 2021-04-14

* `Aws\CodeStarconnections` - This release adds tagging support for CodeStar Connections Host resources
* `Aws\ConfigService` - Add exception for DeleteRemediationConfiguration and DescribeRemediationExecutionStatus
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
*/
class Sdk
{
const VERSION = '3.178.3';
const VERSION = '3.178.4';

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

0 comments on commit fc3667c

Please sign in to comment.