Skip to content

Commit

Permalink
prepare for 0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Jul 7, 2018
1 parent 1add865 commit 086376c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{$NEXT}}
0.13 2018-07-08T01:28:12+0900

- Elastijk::oo - add 'search_scroll' method, which is for
surpporting the scrolling API and deprecates the 'scan_scroll' method.
Expand Down
1 change: 0 additions & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requires 'JSON', '2.59';
on test => sub {
requires 'Test::More', 0.90;
requires 'Test2::V0';
requires 'Test2::Harness';
};

on develop => sub {
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.12";
our $VERSION = "0.13";

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

0 comments on commit 086376c

Please sign in to comment.