summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hu <stevehu@gmail.com>2024-02-07 15:15:16 -0500
committerSteve Hu <stevehu@gmail.com>2024-02-07 15:15:16 -0500
commit5069ba4dd0449e2bc876c016dbcb62255b21b996 (patch)
tree0d66f8e2da0a0b5b1748ad648bc1f94a6ade0cf0
parent8f47aac0e55ce31427a05369ebbc9c8843d5575f (diff)
downloadjson-schema-validator-5069ba4dd0449e2bc876c016dbcb62255b21b996.tar.gz
upgrade to 1.3.2 and update changelogupstream/1.3.2
-rw-r--r--CHANGELOG.md22
-rw-r--r--pom.xml2
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8f78ce..d1eb1e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,28 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
### Changed
+## 1.3.2 - 2024-02-07
+
+### Added
+
+### Changed
+
+
+- Update upgrading doc on fail fast (#961) Thanks @justin-tay
+- Improve schema retrieval docs (#959) Thanks @justin-tay
+- Refactor format validation (#958) Thanks @justin-tay
+- Add test for OpenAPI 3.1 schema validation (#956) Thanks @justin-tay
+- Fix patternProperties annotation (#955) Thanks @justin-tay
+- Add test for type integer (#954) Thanks @justin-tay
+- Improve vocabulary support (#953) Thanks @justin-tay
+- Fix resolve (#952) Thanks @justin-tay
+- Locale.ENGLISH should set. (#951) Thanks @justin-tay
+- Fix issues with hierarchy output report (#947) Thanks @justin-tay
+- Add test for type loose for array and update doc for behavior (#946) Thanks @justin-tay
+- Support type loose for multipleOf validator (#945) Thanks @justin-tay
+- Fix for required annotations for evaluation not collected (#944) Thanks @justin-tay
+
+
## 1.3.1 - 2024-01-31
### Added
diff --git a/pom.xml b/pom.xml
index f599439..7387a8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.3.1</version>
+ <version>1.3.2</version>
<packaging>bundle</packaging>
<name>JsonSchemaValidator</name>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>