Skip to content

Commit

Permalink
3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Sep 24, 2015
1 parent a4afde0 commit 1d0d9b0
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.4.0 - 2015-09-24

* `Aws\S3` - Fixed retry handling of networking errors and client socket timeout
errors to ensure the client `retries` option is respected.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -57,7 +57,7 @@
*/
class Sdk
{
const VERSION = '3.3.8';
const VERSION = '3.4.0';

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

0 comments on commit 1d0d9b0

Please sign in to comment.