diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab5dab12c..ddb5598569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## 2.7.16 - 2015-01-20 * Added support for custom security groups to the Amazon EMR client. * Added support for the latest APIs to the Amazon Cognito Identity client. diff --git a/src/Aws/Common/Aws.php b/src/Aws/Common/Aws.php index 089a8a5c0f..4837aef1f5 100644 --- a/src/Aws/Common/Aws.php +++ b/src/Aws/Common/Aws.php @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder /** * @var string Current version of the SDK */ - const VERSION = '2.7.15'; + const VERSION = '2.7.16'; /** * Create a new service locator for the AWS SDK