Skip to content

Commit

Permalink
Released version 5.02
Browse files Browse the repository at this point in the history
 - Fix reading request body as string if not form data or JSON #227
  • Loading branch information
Jan Henning Thorsen committed Nov 21, 2021
1 parent bfd4ba9 commit 3159df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for perl distribution Mojolicious-Plugin-OpenAPI

5.02 Not Released
5.02 2021-11-21T09:22:33+0900
- Fix reading request body as string if not form data or JSON #227

5.01 2021-11-20T13:39:28+0900
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/OpenAPI.pm
Expand Up @@ -8,7 +8,7 @@ use Mojolicious::Plugin::OpenAPI::Parameters;

use constant DEBUG => $ENV{MOJO_OPENAPI_DEBUG} || 0;

our $VERSION = '5.01';
our $VERSION = '5.02';

has route => sub {undef};
has validator => sub { JSON::Validator::Schema->new; };
Expand Down

0 comments on commit 3159df7

Please sign in to comment.