Skip to content

Commit

Permalink
Released 5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jhthorsen committed Mar 6, 2023
1 parent 65d0170 commit f463896
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 JSON-Validator

5.14 Not Released
5.14 2023-03-06T13:45:33
- Avoid mutating OpenAPIv2 schema "parameters" when validating

5.13 2022-12-09T09:55:24
Expand Down
2 changes: 1 addition & 1 deletion lib/JSON/Validator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use JSON::Validator::Util qw(E data_checksum is_type);
use Mojo::Util qw(sha1_sum);
use Scalar::Util qw(blessed);

our $VERSION = '5.13';
our $VERSION = '5.14';

our %SCHEMAS = (
'http://json-schema.org/draft-04/schema#' => '+Draft4',
Expand Down

0 comments on commit f463896

Please sign in to comment.