Skip to content

Commit

Permalink
3.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jul 30, 2015
1 parent 31dbf99 commit eb255de
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.2.3 - 2015-07-30

* `Aws\OpsWorks` - Added support for operations on ECS clusters.
* `Aws\Rds` - Added support for cluster operations for Amazon Aurora.
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.2.2';
const VERSION = '3.2.3';

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

0 comments on commit eb255de

Please sign in to comment.