Skip to content

Commit

Permalink
3.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jun 12, 2015
1 parent d3cc76b commit 4647fbb
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.0.4 - 2015-06-11

* `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.3';
const VERSION = '3.0.4';

/** @var array Map of custom lowercase names to service endpoint names. */
private static $aliases = [
Expand Down

0 comments on commit 4647fbb

Please sign in to comment.