diff --git a/CHANGELOG.md b/CHANGELOG.md index 617ff6cb..52c8aa35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m ### Changed +## 1.5.2 - 2024-09-19 + +### Added + +### Changed + +- Fix exclusiveMinimum and exclusiveMaximum for OpenAPI 3.0 (#1115) Thanks @justin-tay +- Bump jackson-databind from 2.17.1 to 2.17.2 (#1111) Thanks @justin-tay +- Bump io.undertow:undertow-core from 2.2.33.Final to 2.2.35.Final (#1110) Thanks @justin-tay +- Fix PatternValidator to not log for fail fast (#1106) Thanks @justin-tay + ## 1.5.1 - 2024-07-25 ### Added diff --git a/README.md b/README.md index cdc10dc4..91abf3ce 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.1 + 1.5.2 ``` @@ -230,7 +230,7 @@ This package is available on Maven central. ```java dependencies { - implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.1'); + implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.2'); } ``` diff --git a/pom.xml b/pom.xml index a12d9c52..08715ac7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.networknt json-schema-validator - 1.5.1 + 1.5.2 bundle JsonSchemaValidator A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12