From f4809e5848dbb2e5da13177b3502912d614bd979 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Wed, 23 Jun 2021 09:49:01 -0400 Subject: [PATCH] upgrade to 1.0.55 and update changelog --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3dc1886b..56c430baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.55 - 2021-65-23 + +### Added + +### Changed + +- fixes #411 uri format regexp is fixed to support empty fragment and query string. Thanks @vmaurin + ## 1.0.54 - 2021-65-22 ### Added diff --git a/README.md b/README.md index 4d610fb8b..76bd01857 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Maven: com.networknt json-schema-validator - 1.0.54 + 1.0.55 ``` @@ -90,7 +90,7 @@ Gradle: ``` dependencies { - compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.54"); + compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.55"); } ``` diff --git a/pom.xml b/pom.xml index 3900a4788..e6b711990 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.54 + 1.0.55 bundle A json schema validator that supports draft v4, v6, v7 and v2019-09 https://github.com/networknt/json-schema-validator