Skip to content

Commit

Permalink
Released version 2.11
Browse files Browse the repository at this point in the history
 - Fix allowing regular requests with "openapi_cors_allowed_origins" jhthorsen#103
  • Loading branch information
Jan Henning Thorsen committed Jan 26, 2019
1 parent 586d11c commit 5729e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution Mojolicious-Plugin-OpenAPI

2.11 Not Released
2.11 2019-01-26T11:37:15+0900
- Fix allowing regular requests with "openapi_cors_allowed_origins" #103

2.10 2019-01-25T12:49:55+0900
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/OpenAPI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Mojo::JSON;
use Mojo::Util;
use constant DEBUG => $ENV{MOJO_OPENAPI_DEBUG} || 0;

our $VERSION = '2.10';
our $VERSION = '2.11';
my $X_RE = qr{^x-};

has route => sub {undef};
Expand Down

0 comments on commit 5729e1b

Please sign in to comment.