Skip to content

Commit

Permalink
2.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Apr 23, 2015
1 parent 1000933 commit 4237e97
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
## 2.8.2 - 2015-04-23

* `Aws\Ec2` - Added support for new VM Import APIs, `including ImportImage`.
* `Aws\Iam` - Added support for the `GetAccessKeyLastUsed` operation.
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.1';
const VERSION = '2.8.2';

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

0 comments on commit 4237e97

Please sign in to comment.