Skip to content

Commit

Permalink
3.129.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Dec 13, 2019
1 parent cfb1683 commit bd41c4a
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.129.0 - 2019-12-13

* `Aws\Api\Parser` - Add support for parsing XML attributes for models using XML-based protocols.
* `Aws\CodeBuild` - CodeBuild adds support for cross account
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -441,7 +441,7 @@
*/
class Sdk
{
const VERSION = '3.128.4';
const VERSION = '3.129.0';

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

0 comments on commit bd41c4a

Please sign in to comment.