Skip to content

Commit

Permalink
upgrade to 1.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jan 20, 2024
1 parent 9b73d10 commit 85f112a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.2.0 - 2024-01-19

### Added

### Changed

- fixes #913 Update docs on CollectorContext. Thanks @mjustin-tay
- fixes #910 Refactor validation message generation. Thanks @justin-tay
- fixes #923 Basic test on URI create to improve coverage. Thanks @pradoshtnair
- fixes #915 Refactor of paths. Thanks @justin-tay
- fixes #922 Support schema resource. Thanks @justin-tay

### Upgrade Guide

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

## 1.1.0 - 2023-12-15

### 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.1.0</version>
<version>1.2.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 85f112a

Please sign in to comment.