diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fc0c233..cb2cf2e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.52 - 2021-04-13 + +### Added + +### Changed + +- fixes #398 Two issues with OpenAPI 3 discriminators. Thanks @FWiesner +- fixes #396 Implement propertyNames in terms full schema validation. Thanks @JonasProgrammer + ## 1.0.51 - 2021-03-30 ### Added diff --git a/README.md b/README.md index c879ccd1b..81fbb580a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Maven: com.networknt json-schema-validator - 1.0.51 + 1.0.52 ``` @@ -90,7 +90,7 @@ Gradle: ``` dependencies { - compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.51"); + compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.52"); } ``` diff --git a/pom.xml b/pom.xml index df365889c..91352c4bb 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.51 + 1.0.52 bundle A json schema validator that supports draft v4, v6, v7 and v2019-09 https://github.com/networknt/json-schema-validator