Skip to content

Commit

Permalink
3.19.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Sep 20, 2016
1 parent dd7b45d commit 55da42f
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.19.9 - 2016-09-20

* `Aws\CodeDeploy` - Added support for Rollback deployment
* `Aws\Emr` - Added support for the new end-to-end encryption
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
*/
class Sdk
{
const VERSION = '3.19.8';
const VERSION = '3.19.9';

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

0 comments on commit 55da42f

Please sign in to comment.