Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.11.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2b6c926..fc0151e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Revision history for AWS::CLIWrapper

+1.11  2016-12-01
+    [IMPROVEMENTS]
+        - Add servics with aws-cli/1.11.23
+
 1.10  2016-03-15
+    [IMPROVEMENTS]
         - Specified min perl version both in module and dist metadata
         - Added github repo to dist metadata
         - Add servics with aws-cli/1.10.9 (PR #11 by @mithun)
  • Loading branch information
hirose31 committed Dec 1, 2016
1 parent 3141cfc commit b4e1d7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,6 +1,11 @@
Revision history for AWS::CLIWrapper

1.11 2016-12-01
[IMPROVEMENTS]
- Add servics with aws-cli/1.11.23

1.10 2016-03-15
[IMPROVEMENTS]
- Specified min perl version both in module and dist metadata
- Added github repo to dist metadata
- Add servics with aws-cli/1.10.9 (PR #11 by @mithun)
Expand Down
2 changes: 1 addition & 1 deletion lib/AWS/CLIWrapper.pm
Expand Up @@ -4,7 +4,7 @@ use 5.008001;
use strict;
use warnings;

our $VERSION = '1.10';
our $VERSION = '1.11';

use version;
use JSON 2;
Expand Down

0 comments on commit b4e1d7a

Please sign in to comment.