From 12807f33a19a7981452b8eabf9e1bcdae30df5c6 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 25 Jul 2024 15:56:18 -0400 Subject: [PATCH] upgrade to 1.5.1 and update changelog --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c717164..617ff6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,15 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m ### Changed +## 1.5.1 - 2024-07-25 + +### Added + +### Changed + +- Fix enum validator messages for object, array and text nodes (#1095) Thanks @justin-tay +- Optimize hasAdjacentKeywordInEvaluationPath (#1092) Thanks @justin-tay + ## 1.5.0 - 2024-07-05 ### Added diff --git a/README.md b/README.md index b06a629d..cdc10dc4 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ This package is available on Maven central. com.networknt json-schema-validator - 1.5.0 + 1.5.1 ``` @@ -230,7 +230,7 @@ This package is available on Maven central. ```java dependencies { - implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.0'); + implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.1'); } ``` diff --git a/pom.xml b/pom.xml index f3e9b6be..b28b0b16 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.networknt json-schema-validator - 1.5.0 + 1.5.1 bundle JsonSchemaValidator A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12