Skip to content

Commit

Permalink
2.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 26, 2015
1 parent 0ca693a commit c9429f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.8.7 - 2015-05-26

* `Aws\Efs` - [Amazon Elastic File System (Amazon EFS)](http://aws.amazon.com/efs/)
* Failing to parse an XML error response will now fail gracefully as a
`PhpInternalXmlParseError` AWS error code.

## 2.8.6 - 2015-05-21

* `Aws\ElasticBeanstalk` - Added support for ResourceName configuration.
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.8.6';
const VERSION = '2.8.7';

/**
* Create a new service locator for the AWS SDK
Expand Down

0 comments on commit c9429f6

Please sign in to comment.