Skip to content

Commit 49a44c9

Browse files
committed
ugrade to 1.3.1 and update changelog
1 parent 9c95c06 commit 49a44c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
## 1.3.1 - 2024-01-31
15+
16+
### Added
17+
18+
### Changed
19+
20+
- fixes #942 Add annotation support refactor keywords to use annotations implement output formats. Thanks @justin-tay
21+
1422
## 1.3.0 - 2024-01-26
1523

1624
### 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.0</version>
26+
<version>1.3.1</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)