Skip to content

Commit

Permalink
3.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jun 19, 2015
1 parent 26de54a commit 9f8de57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -15,7 +15,7 @@
* `Aws` - The `Aws\Sdk::createClient()` method is no longer case-sensitive with
service names.

## 3.0.4 - 2015-06-11
## 3.0.5 - 2015-06-18

* `Aws\AutoScaling` - Added support for attaching and detaching load balancers.
* `Aws\CloudWatchLogs` - Added support for the PutSubscriptionFilter,
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -53,7 +53,7 @@
*/
class Sdk
{
const VERSION = '3.0.4';
const VERSION = '3.0.5';

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

0 comments on commit 9f8de57

Please sign in to comment.