From 7c518f672b89c3c6c9f60ed28b2aa39f37ee88a3 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 20 Jun 2024 23:17:00 -0400 Subject: [PATCH] upgrade to 1.4.2 and update changelog --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4209ee6d..7a5e4c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m ### Changed +## 1.4.2 - 2024-06-21 + +### Added + +### Changed + +- Resolve javadoc warning messages #1073 +- Fix iri, iri-reference, uri and uri-reference (#1071) Thanks @justin-tay +- fixes #1072 Downgrade maven-source-plugin to 3.2.1 + ## 1.4.1 - 2024-06-20 ### Added diff --git a/README.md b/README.md index 5769bcdd..2af045cc 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ This package is available on Maven central. com.networknt json-schema-validator - 1.4.1 + 1.4.2 ``` @@ -230,7 +230,7 @@ This package is available on Maven central. ```java dependencies { - implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.4.1'); + implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.4.2'); } ``` diff --git a/pom.xml b/pom.xml index ec8b5a86..b80bab56 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.networknt json-schema-validator - 1.4.1 + 1.4.2 bundle JsonSchemaValidator A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12