Skip to content

Commit

Permalink
3.3.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Sep 16, 2015
1 parent 7bd8293 commit 36c3505
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.3.7 - 2015-09-16

* `Aws\S3` - Added support for new `STANDARD_IA` storage class.
* `Aws\S3` - Added support for specifying storage class in cross-region
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.3.6';
const VERSION = '3.3.7';

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

0 comments on commit 36c3505

Please sign in to comment.