From c4c1891cc7e462fd2b0695c6460898591044d8e4 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Fri, 21 Feb 2020 16:37:41 -0500 Subject: [PATCH] upgrade to 1.0.31 and update changelog --- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f5f096b..e82d341c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +## 1.0.31 - 2020-02-21 + +### Added + +### Changed + +- fixes #226 Implements contains. Thanks @Asamsig + ## 1.0.30 - 2020-02-11 ### Added diff --git a/README.md b/README.md index fe98b214b..1e610f08e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Maven: com.networknt json-schema-validator - 1.0.30 + 1.0.31 ``` @@ -88,7 +88,7 @@ Gradle: ``` dependencies { - compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.30"); + compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.31"); } ``` diff --git a/pom.xml b/pom.xml index fd868d00b..7feaa5866 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 4.0.0 com.networknt json-schema-validator - 1.0.30 + 1.0.31 bundle A json schema validator that supports draft v4, v6, v7 and v2019-09 https://github.com/networknt/json-schema-validator