Skip to content

Commit

Permalink
3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jul 24, 2015
1 parent 0a55ded commit e6c35f6
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
## 3.2.1 - 2015-07-23

* `Aws\Ec2` - Added support for SpotFleetLaunchSpecification.
* `Aws\Emr` - Added support for Amazon EMR release 4.0.0, which includes a new
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.2.0';
const VERSION = '3.2.1';

/** @var array Arguments for creating clients */
private $args;
Expand Down

0 comments on commit e6c35f6

Please sign in to comment.