Skip to content

Commit

Permalink
v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 30, 2018
1 parent 142b687 commit 9e07e97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension GraphQL-Plugin-Convert-OpenAPI

0.16 Mon 30 Jul 09:39:45 BST 2018
- update Mojolicious::Plugin::GraphQL dep - thanks @eserte

0.15 Thu 26 Jul 23:03:53 BST 2018
- CI coverage now works
- if local-full.t fails, re-run query with GRAPHQL_DEBUG=1
Expand Down
2 changes: 1 addition & 1 deletion lib/GraphQL/Plugin/Convert/OpenAPI.pm
Expand Up @@ -7,7 +7,7 @@ use GraphQL::Debug qw(_debug);
use JSON::Validator::OpenAPI;
use OpenAPI::Client;

our $VERSION = "0.15";
our $VERSION = "0.16";
use constant DEBUG => $ENV{GRAPHQL_DEBUG};

my %TYPEMAP = (
Expand Down

0 comments on commit 9e07e97

Please sign in to comment.