upgrade to 1.0.42 and update changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf09869..9555e3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@
### Changed
+## 1.0.42 - 2020-06-30
+
+### Added
+
+### Changed
+
+- fixes #311 Split the PatternValidator into 2 classes. Thanks @Buuhuu
+
## 1.0.41 - 2020-06-25
### Added
diff --git a/README.md b/README.md
index 6d55849..12cba20 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.40</version>
+ <version>1.0.42</version>
</dependency>
```
@@ -90,7 +90,7 @@
```
dependencies {
- compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.40");
+ compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.42");
}
```
diff --git a/pom.xml b/pom.xml
index 8b5d224..2d408e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.41</version>
+ <version>1.0.42</version>
<packaging>bundle</packaging>
<description>A json schema validator that supports draft v4, v6, v7 and v2019-09</description>
<url>https://github.com/networknt/json-schema-validator</url>