Skip to content

Commit

Permalink
upgrade 1.3.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Feb 19, 2024
1 parent 53a3402 commit bc93b44
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bc93b44

Please sign in to comment.