summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hu <stevehu@gmail.com>2024-02-19 08:54:38 -0500
committerSteve Hu <stevehu@gmail.com>2024-02-19 08:54:38 -0500
commitbc93b4439adcd64b75d8a432c8e9a050c451a43d (patch)
tree2b458483fd4a7aa12b4b25e57cb7f32eb00afdfc
parent53a340276ce3262af00c1cc2e39722a9d259e7ca (diff)
downloadjson-schema-validator-bc93b4439adcd64b75d8a432c8e9a050c451a43d.tar.gz
upgrade 1.3.3 and update changelogupstream/1.3.3
-rw-r--r--CHANGELOG.md15
-rw-r--r--pom.xml2
2 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1eb1e1..1adaaf0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,21 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Changed
+## 1.3.3 - 2024-02-19
+
+### Added
+
+- Support GraalVM and refactor (#972) Thanks @justin-tay
+
+### Changed
+
+- Fixes for discriminator (#971) Thanks @justin-tay
+- Fix validation messages (#969) Thanks @justin-tay
+- Add unevaluatedProperties test (#968) Thanks @justin-tay
+- Reduce memory usage and improve performance (#966) Thanks @justin-tay
+- Set result at the end of schema processing (#963) Thanks @justin-tay
+
+
## 1.3.2 - 2024-02-07
### Added
diff --git a/pom.xml b/pom.xml
index 7387a8e..292c8ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
<packaging>bundle</packaging>
<name>JsonSchemaValidator</name>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>