Skip to content

Commit 5069ba4

Browse files
committed
upgrade to 1.3.2 and update changelog
1 parent 8f47aac commit 5069ba4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 1.3.2 - 2024-02-07
15+
16+
### Added
17+
18+
### Changed
19+
20+
21+
- Update upgrading doc on fail fast (#961) Thanks @justin-tay
22+
- Improve schema retrieval docs (#959) Thanks @justin-tay
23+
- Refactor format validation (#958) Thanks @justin-tay
24+
- Add test for OpenAPI 3.1 schema validation (#956) Thanks @justin-tay
25+
- Fix patternProperties annotation (#955) Thanks @justin-tay
26+
- Add test for type integer (#954) Thanks @justin-tay
27+
- Improve vocabulary support (#953) Thanks @justin-tay
28+
- Fix resolve (#952) Thanks @justin-tay
29+
- Locale.ENGLISH should set. (#951) Thanks @justin-tay
30+
- Fix issues with hierarchy output report (#947) Thanks @justin-tay
31+
- Add test for type loose for array and update doc for behavior (#946) Thanks @justin-tay
32+
- Support type loose for multipleOf validator (#945) Thanks @justin-tay
33+
- Fix for required annotations for evaluation not collected (#944) Thanks @justin-tay
34+
35+
1436
## 1.3.1 - 2024-01-31
1537

1638
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>1.3.1</version>
26+
<version>1.3.2</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)