Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2.6.15 release
  • Loading branch information
mtdowling committed Aug 14, 2014
1 parent f1e4362 commit 4eaf38f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
CHANGELOG
=========

2.6.15 (2014-08-14)
-------------------

* Added support for signing requests to the Amazon CloudSearch Domains client.
* Added support for creating anonymous clients.

2.6.14 (2014-08-11)
-------------------

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.6.14';
const VERSION = '2.6.15';

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

0 comments on commit 4eaf38f

Please sign in to comment.