Skip to content

Commit

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

diff --git a/Changes b/Changes
index d908b3e..80062b2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}

+0.08 2014-05-30T15:19:09Z
+
   - add "scan_scroll" method to make scanning a bit easier.
   - store Hijk errors in the response body.
  • Loading branch information
gugod committed May 30, 2014
1 parent e831406 commit ce04df0
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.08 2014-05-30T15:19:09Z

- add "scan_scroll" method to make scanning a bit easier.
- store Hijk errors in the response body.

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.07";
our $VERSION = "0.08";

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

0 comments on commit ce04df0

Please sign in to comment.