Skip to content

Commit

Permalink
3.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Aug 31, 2015
1 parent 6375437 commit 7584caf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.3.3 - 2015-08-31

* `Aws\Ec2` - Added support for using instance weights with the
`RequestSpotFleet` API.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.3.2';
const VERSION = '3.3.3';

/** @var array Arguments for creating clients */
private $args;
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2015-04-15/api-2.json.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/ec2/2015-04-15/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 7584caf

Please sign in to comment.