Skip to content

Commit

Permalink
3.3.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Sep 10, 2015
1 parent 39724f3 commit bae73eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## next release
## 3.3.5 - 2015-09-10

* `Aws\Iam` - Added support for new policy simulation APIs.
* `Aws\Kinesis` - Added support for timestamped GetRecords call.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.3.4';
const VERSION = '3.3.5';

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

0 comments on commit bae73eb

Please sign in to comment.