Skip to content

Commit

Permalink
0.0512
Browse files Browse the repository at this point in the history
  • Loading branch information
nics committed Jan 22, 2019
1 parent f5af9e3 commit 4fc376e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu-Store-Elasticsearch",
"dist_version" => "0.0511",
"dist_version" => "0.0512",
"license" => "perl",
"module_name" => "Catmandu::Store::Elasticsearch",
"recursive_test_files" => 1,
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Catmandu-Store-ElasticSearch

{{$NEXT}}

0.0512 2019-01-22 14:06:36 CET
- the bag gets a new type parameter for setting the index type that defaults
to the bag's name

Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/ElasticSearch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::ElasticSearch;

use Catmandu::Sane;

our $VERSION = '0.0511';
our $VERSION = '0.0512';

use Moo;
use Search::Elasticsearch;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/ElasticSearch/Bag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::ElasticSearch::Bag;

use Catmandu::Sane;

our $VERSION = '0.0511';
our $VERSION = '0.0512';

use Moo;
use Catmandu::Hits;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/ElasticSearch/CQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::ElasticSearch::CQL;

use Catmandu::Sane;

our $VERSION = '0.0511';
our $VERSION = '0.0512';

use Catmandu::Util qw(require_package trim);
use CQL::Parser;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/ElasticSearch/Searcher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::ElasticSearch::Searcher;

use Catmandu::Sane;

our $VERSION = '0.0511';
our $VERSION = '0.0512';

use Moo;
use namespace::clean;
Expand Down

0 comments on commit 4fc376e

Please sign in to comment.