Skip to content

Commit bc93b44

Browse files
committed
upgrade 1.3.3 and update changelog
1 parent 53a3402 commit bc93b44

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## 1.3.3 - 2024-02-19
15+
16+
### Added
17+
18+
- Support GraalVM and refactor (#972) Thanks @justin-tay
19+
20+
### Changed
21+
22+
- Fixes for discriminator (#971) Thanks @justin-tay
23+
- Fix validation messages (#969) Thanks @justin-tay
24+
- Add unevaluatedProperties test (#968) Thanks @justin-tay
25+
- Reduce memory usage and improve performance (#966) Thanks @justin-tay
26+
- Set result at the end of schema processing (#963) Thanks @justin-tay
27+
28+
1429
## 1.3.2 - 2024-02-07
1530

1631
### 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.2</version>
26+
<version>1.3.3</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)