Skip to content

Commit e95642c

Browse files
committed
upgrade to 1.3.0 and update changelog
1 parent b76c9f4 commit e95642c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.3.0 - 2024-01-26
14+
15+
### Added
16+
17+
### Changed
18+
19+
- fixes #934 update javadoc and a test case.
20+
- fixes #931 Support Draft 2020-12 and refactor schema retrieval. Thanks @justin-tay
21+
- fixes #930 Fix getSchema() anchor fragment lookup. Thanks @justin-tay
22+
- fixes #929 Upgrade ITU library to version 1.8. Thanks @ethlo
23+
24+
### Upgrade Guide
25+
26+
With #931 implemented, it breaks the API. Users code might need to change in order to move to this version.
27+
1328
## 1.2.0 - 2024-01-19
1429

1530
### Added

pom.xml

+1-1
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.2.0</version>
26+
<version>1.3.0</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)