diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf0986943..9555e3df2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### 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 6d55849ce..12cba2098 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ Maven:
com.networknt
json-schema-validator
- 1.0.40
+ 1.0.42
```
@@ -90,7 +90,7 @@ Gradle:
```
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 8b5d22474..2d408e9ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
4.0.0
com.networknt
json-schema-validator
- 1.0.41
+ 1.0.42
bundle
A json schema validator that supports draft v4, v6, v7 and v2019-09
https://github.com/networknt/json-schema-validator