Skip to content

Commit

Permalink
2.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 18, 2015
1 parent 8ef942b commit ec34edd
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.5 - 2015-05-18

* `Aws\Ec2\Ec2Client` - Added support for the new spot fleet API operations.
* `Aws\OpsWorks\OpsWorksClient` - Added support for custom auto-scaling based
on CloudWatch alarms.

## 2.8.4 - 2015-05-14

* `Aws\DirectoryService` - Added support for the AWS Directory Service.
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.4';
const VERSION = '2.8.5';

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

0 comments on commit ec34edd

Please sign in to comment.