Skip to content

Commit

Permalink
3.138.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed May 20, 2020
1 parent cc5405d commit 2c9ce7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.138.5 - 2020-05-20

* `Aws\AppMesh` - List APIs for all resources now contain additional information: when a resource was created, last updated, and its current version number.
* `Aws\ApplicationAutoScaling` - Documentation updates for Application Auto Scaling
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -449,7 +449,7 @@
*/
class Sdk
{
const VERSION = '3.138.4';
const VERSION = '3.138.5';

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

0 comments on commit 2c9ce7a

Please sign in to comment.