Skip to content

Commit

Permalink
3.47.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AwsTools committed Dec 12, 2017
1 parent 3f856c6 commit 6707345
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.47.0 - 2017-12-12

* `Aws\CodeDeploy` - Documentation updates for CodeDeploy.
* `Aws\WorkMail` - Today, Amazon WorkMail released an administrative SDK and enabled AWS CloudTrail integration. With the administrative SDK, you can natively integrate WorkMail with your existing services. The SDK enables programmatic user, resource, and group management through API calls. This means your existing IT tools and workflows can now automate WorkMail management, and third party applications can streamline WorkMail migrations and account actions.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -263,7 +263,7 @@
*/
class Sdk
{
const VERSION = '3.46.0';
const VERSION = '3.47.0';

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

0 comments on commit 6707345

Please sign in to comment.