Skip to content

Commit

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

diff --git a/Changes b/Changes
index 72a5bc5..77e7284 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}

+0.06 2014-05-15T08:12:04Z
+
   - Elastijk::request now expect all scalars in the input to contain wide
     characters, and it does encode_utf8 / uri_escape_utf8 internally.
  • Loading branch information
gugod committed May 15, 2014
1 parent b0c1e19 commit 0521bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.06 2014-05-15T08:12:04Z

- Elastijk::request now expect all scalars in the input to contain wide
characters, and it does encode_utf8 / uri_escape_utf8 internally.

Expand Down
2 changes: 1 addition & 1 deletion lib/Elastijk.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Elastijk;
use strict;
use warnings;
our $VERSION = "0.05";
our $VERSION = "0.06";

use JSON ();
use URI::Escape qw(uri_escape_utf8);
Expand Down

0 comments on commit 0521bc3

Please sign in to comment.