diff --git a/Changes b/Changes index 8df4bb1..97e0524 100644 --- a/Changes +++ b/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 diff --git a/lib/GraphQL/Plugin/Convert/DBIC.pm b/lib/GraphQL/Plugin/Convert/DBIC.pm index 42b657c..2361eaa 100644 --- a/lib/GraphQL/Plugin/Convert/DBIC.pm +++ b/lib/GraphQL/Plugin/Convert/DBIC.pm @@ -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 = (