Skip to content

Commit

Permalink
3.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Dec 8, 2015
1 parent 2618876 commit 7bf365f
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.11.5 - 2015-12-08

* `Aws\AutoScaling` - Added support for setting and describing instance
protection status.
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Expand Up @@ -65,7 +65,7 @@
*/
class Sdk
{
const VERSION = '3.11.4';
const VERSION = '3.11.5';

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

0 comments on commit 7bf365f

Please sign in to comment.