From 7e796be59c442ef3ce638334030fadfdf26be4bc Mon Sep 17 00:00:00 2001 From: Jeremy Lindblom Date: Thu, 19 Jun 2014 16:27:12 -0700 Subject: [PATCH] Updated the CHANGELOG for release 2.6.8 --- CHANGELOG.md | 9 +++++++++ src/Aws/Common/Aws.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eda502e95..6c56df127e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +2.6.8 (2014-06-19) +------------------ + +* Added support for Captions to the Elastic Transcoder client. +* Added support for Service Captions to the Elastic MapReduce client. +* Updated the S3 PostObject to ease customization. +* Fixed an issue in some EC2 waiters by merging PR #306. +* Fixed an issue with the DynamoDB `WriteRequestBatch` by merging PR #310. + 2.6.7 (2014-06-12) ------------------ diff --git a/src/Aws/Common/Aws.php b/src/Aws/Common/Aws.php index 4a9d8f09f2..e7e3252008 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.6.7'; + const VERSION = '2.6.8'; /** * Create a new service locator for the AWS SDK