diff --git a/CHANGELOG.md b/CHANGELOG.md index 3961fa97e..794a309af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 0.1.13 - 2017-12-10 + +### Added + +### Changed +- Fixes #53 Optimization for OneOf. Thanks @kkalass +- Fixes #52 References that cannot be resolved should be treated as an error. Thanks @kkalass +- Fixes #51 Resolve sub schema node only if really needed. Thanks @kkalass + ## 0.1.12 - 2017-11-23 ### Added diff --git a/pom.xml b/pom.xml index 8fa59bea4..862d1e33b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.networknt json-schema-validator - 0.1.12 + 0.1.13 A json schema validator that supports draft v4 https://github.com/networknt/json-schema-validator JsonSchemaValidator