From 85f112a3687f565093d7c66002757fda4e550b40 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Fri, 19 Jan 2024 21:41:02 -0500 Subject: [PATCH] upgrade to 1.2.0 and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ pom.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8068c82ca..db43d7d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pom.xml b/pom.xml index 51d1d8df0..90959e26b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.networknt json-schema-validator - 1.1.0 + 1.2.0 bundle JsonSchemaValidator A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12