Skip to content

Commit

Permalink
2.7.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Mar 5, 2015
1 parent 07fb743 commit 9dc3bb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.7.21 - 2015-03-04

* `Aws\CognitoSync` - Added support for Amazon Cognito Streams.

## 2.7.20 - 2015-02-23

* `Aws\DataPipeline` - Added support for pipeline tagging via the `AddTags` and
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.7.20';
const VERSION = '2.7.21';

/**
* Create a new service locator for the AWS SDK
Expand Down

0 comments on commit 9dc3bb6

Please sign in to comment.