Skip to content

Commit

Permalink
Version 0.115
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxxa committed Aug 23, 2014
1 parent a80def8 commit 1cfe93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.115 2014-08-23T09:55:00+03:00 YAPC::EU 2014 release
- Fix internal and therefore undocumented type parameter swallows
Output::Search::Elasticsearches type parameter
- Use JSON::MaybeXS instead of JSON in Filter::De/Encoder::JSON
Expand Down
2 changes: 1 addition & 1 deletion lib/Message/Passing.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use MooX::Options flavour => [qw( pass_through )], protect_argv => 0;
use namespace::clean -except => [qw/ meta new_with_options parse_options _options_data _options_config/];
use 5.008004;

our $VERSION = '0.114';
our $VERSION = '0.115';
$VERSION = eval $VERSION;

around 'parse_options' => sub {
Expand Down

0 comments on commit 1cfe93f

Please sign in to comment.