Skip to content

Commit 85f112a

Browse files
committed
upgrade to 1.2.0 and update changelog
1 parent 9b73d10 commit 85f112a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.2.0 - 2024-01-19
14+
15+
### Added
16+
17+
### Changed
18+
19+
- fixes #913 Update docs on CollectorContext. Thanks @mjustin-tay
20+
- fixes #910 Refactor validation message generation. Thanks @justin-tay
21+
- fixes #923 Basic test on URI create to improve coverage. Thanks @pradoshtnair
22+
- fixes #915 Refactor of paths. Thanks @justin-tay
23+
- fixes #922 Support schema resource. Thanks @justin-tay
24+
25+
### Upgrade Guide
26+
27+
With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.
28+
1329
## 1.1.0 - 2023-12-15
1430

1531
### 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.1.0</version>
26+
<version>1.2.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)