From 0fc1483697e32e735275feb74dace883bdf2a524 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 23 Nov 2017 21:46:34 -0500 Subject: [PATCH] upgrade to 0.1.12 and update changelog --- CHANGELOG.md | 11 +++++++++++ pom.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9af1926..eae9e0eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 0.1.12 - 2017-11-23 +### Added +- Fixes #50 Support custom meta schemas with custom keywords and formats. Thanks @kkalass +- Fixes #49 Use LinkedHashSets for ValidationMessages. Thanks @ehrmann +- Fixes #48 Remove unnecessary todo. Thanks @ehrmann +- Fixes #47 Change access modifiers in ValidationMessage. Thanks @ehrmann +- Fixes #45 Added test case for loading schemas from classpath. Thanks @kenwa + +### Changed + + ## 0.1.11 - 2017-10-18 ### Added - Fixes #43 Load reference schemas from classpath is supported. Thanks @kenwa diff --git a/pom.xml b/pom.xml index 588e7ff32..8fa59bea4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.networknt json-schema-validator - 0.1.11 + 0.1.12 A json schema validator that supports draft v4 https://github.com/networknt/json-schema-validator JsonSchemaValidator