From a03428e16c656e2e0d2e5e8137081710d5c75202 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Tue, 11 Feb 2020 21:05:20 -0500 Subject: [PATCH] upgrade to 1.0.30 and update changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bca7b25..64f5f096b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.30 - 2020-02-11 + +### Added + +### Changed + +- fixes #244 Android 6 support. Thanks @msattel +- fixes #247 Resolve schema id from the schema document (for v6 and above). Thanks @martin-sladecek +- fixes #243 Improve accuracy of rounding with multipleOf. Thanks @seamusv +- fixes #242 add customized fetcher and meta schema doc + ## 1.0.29 - 2019-12-16 ### Added diff --git a/README.md b/README.md index 10ef87da6..fe98b214b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Maven: com.networknt json-schema-validator - 1.0.29 + 1.0.30 ``` @@ -88,7 +88,7 @@ Gradle: ``` dependencies { - compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.29"); + compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.30"); } ``` diff --git a/pom.xml b/pom.xml index cfbff3f8a..fd868d00b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.29 + 1.0.30 bundle A json schema validator that supports draft v4, v6, v7 and v2019-09 https://github.com/networknt/json-schema-validator