Skip to content

Commit

Permalink
upgrade to 1.3.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jan 27, 2024
1 parent b76c9f4 commit e95642c
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 @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.3.0 - 2024-01-26

### Added

### Changed

- fixes #934 update javadoc and a test case.
- fixes #931 Support Draft 2020-12 and refactor schema retrieval. Thanks @justin-tay
- fixes #930 Fix getSchema() anchor fragment lookup. Thanks @justin-tay
- fixes #929 Upgrade ITU library to version 1.8. Thanks @ethlo

### Upgrade Guide

With #931 implemented, it breaks the API. Users code might need to change in order to move to this version.

## 1.2.0 - 2024-01-19

### 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.2.0</version>
<version>1.3.0</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 e95642c

Please sign in to comment.