Skip to content

Commit

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

diff --git a/Changes b/Changes
index 3bac73f..71b39ed 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for AWS::CLIWrapper

+1.13  2018-04-27
+    [IMPROVEMENTS]
+        - Add servics with aws-cli/1.11.138 (PR #14 by @papix)
+
 1.12  2017-01-12
     [IMPROVEMENTS]
         - Make AWS::CLIWrapper take explicit awscli executable path (PR #12 by @aereal)
  • Loading branch information
hirose31 committed Apr 27, 2018
1 parent 950e6cc commit f4ac232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for AWS::CLIWrapper

1.13 2018-04-27
[IMPROVEMENTS]
- Add servics with aws-cli/1.11.138 (PR #14 by @papix)

1.12 2017-01-12
[IMPROVEMENTS]
- Make AWS::CLIWrapper take explicit awscli executable path (PR #12 by @aereal)
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.12';
our $VERSION = '1.13';

use version;
use JSON 2;
Expand Down

0 comments on commit f4ac232

Please sign in to comment.