summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hu <stevehu@gmail.com>2024-03-16 18:13:33 -0400
committerSteve Hu <stevehu@gmail.com>2024-03-16 18:13:33 -0400
commit3416e28db90696e5b091f7b8f99e00d93ad279fe (patch)
tree42f151fcd521de1e941d30fb0537c8ccc40d178b
parent6f4445591e5a1f410a9494863a4132f52c6e507a (diff)
downloadjson-schema-validator-3416e28db90696e5b091f7b8f99e00d93ad279fe.tar.gz
upgrade to 1.4.0 and update changelogupstream/1.4.0
-rw-r--r--CHANGELOG.md13
-rw-r--r--pom.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1adaaf0..be3acf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,19 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Changed
+## 1.4.0 - 2024-03-16
+
+### Added
+
+### Changed
+
+- Explicitly handle if the discriminator property value is null (#988) Thanks @justin-tay
+- Refactor walk (#986) Thanks @justin-tay
+- Fixes uri, uri-reference, iri, iri-reference formats and does iri to uri conversion (#983) Thanks @justin-tay
+- Support custom vocabularies and unknown keyword and meta-schema handling (#980) Thanks @justin-tay
+- Fix message (#975) Thanks @justin-tay
+- Make ethlo excludable (#974) Thanks @justin-tay
+
## 1.3.3 - 2024-02-19
### Added
diff --git a/pom.xml b/pom.xml
index 292c8ba..9aab945 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.3.3</version>
+ <version>1.4.0</version>
<packaging>bundle</packaging>
<name>JsonSchemaValidator</name>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>