From 0188052d0fec2f67534019cb5bb505f304dfd696 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Sun, 30 Apr 2023 09:57:52 -0400 Subject: [PATCH] upgrade to 1.0.81 and update changelog --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf2ea9a1..5ac4a3d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.81 - 2023-04-30 + +### Added + +### Changed + +- fixes #731 Improves performance. Thanks @fdutton +- fixes #730 Removes need for network access when executing unit-tests. Thanks @fdutton +- fixes #728 Adds explicit Java module descriptor for JDK9+. Thanks @aalmiray +- fixes #725 custom uri fetcher doc. Thanks @michapojo +- update the contributors and sponsors +- fixes #720 Produces validation messages when oneOf has no valid schemas. Thanks @fdutton + ## 1.0.80 - 2023-04-18 ### Added diff --git a/README.md b/README.md index 4d0dd7eb0..30d7fa5da 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Maven: com.networknt json-schema-validator - 1.0.80 + 1.0.81 org.apache.commons @@ -95,7 +95,7 @@ Gradle: ```java dependencies { - compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.80'); + compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.81'); } ``` diff --git a/pom.xml b/pom.xml index 3fcb06fc6..c1eb1cff4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.80 + 1.0.81 bundle A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12 https://github.com/networknt/json-schema-validator