diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18fe9900a..674860984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
+## 0.1.18 - 2018-04-04
+
+### Added
+
+### Changed
+- Fixes #80 upgrade to jackson 2.9.5 and undertow 1.4.20.Final
+- Fixes #77 One of was broken - it did not fail when there were no valid schemas. Thanks @kkalass
+- Fixes #76 Make remaining JsonSchema constructors public. Thanks @kkalass
+
## 0.1.17 - 2018-03-09
### Added
diff --git a/pom.xml b/pom.xml
index b4099f257..550e54297 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
4.0.0
com.networknt
json-schema-validator
- 0.1.17
+ 0.1.18
bundle
A json schema validator that supports draft v4
https://github.com/networknt/json-schema-validator