Skip to content

Commit

Permalink
3.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Dec 21, 2015
1 parent d2cd5ab commit 6d7c51c
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.12.0 - 2015-12-21

* `Aws\Ecr` - Added support for the Amazon EC2 Container Registry.
* `Aws\Emr` - Added support for specifying a service security group when calling
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -66,7 +66,7 @@
*/
class Sdk
{
const VERSION = '3.11.7';
const VERSION = '3.12.0';

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

0 comments on commit 6d7c51c

Please sign in to comment.