Skip to content

Commit

Permalink
0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 7, 2021
1 parent 737f01e commit 4463526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,3 +1,4 @@
0.19 2021-09-07
- deal with GraphQL now not loading GraphQL::Plugin::Type::DateTime by default

0.18 2021-08-29
Expand Down
2 changes: 1 addition & 1 deletion lib/GraphQL/Plugin/Convert/DBIC.pm
Expand Up @@ -7,7 +7,7 @@ use GraphQL::Debug qw(_debug);
use Lingua::EN::Inflect::Number qw(to_S to_PL);
use Carp qw(confess);

our $VERSION = "0.18";
our $VERSION = "0.19";
use constant DEBUG => $ENV{GRAPHQL_DEBUG};

my %GRAPHQL_TYPE2SQLS = (
Expand Down

0 comments on commit 4463526

Please sign in to comment.