diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84764cab1d..a9900591dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+## [1.18.1](https://github.com/Rebilly/ReDoc/compare/v1.17.0...v1.18.1) (2017-08-28)
+
+
+### Bug Fixes
+
+* crash if `contact` is not in the spec ([1b9ba0d](https://github.com/Rebilly/ReDoc/commit/1b9ba0d)), closes [#332](https://github.com/Rebilly/ReDoc/issues/332)
+
+
# [1.18.0](https://github.com/Rebilly/ReDoc/compare/v1.16.1...v1.18.0) (2017-08-28)
diff --git a/package.json b/package.json
index d6efc9d3be..8c834f6798 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
- "version": "1.18.0",
+ "version": "1.18.1",
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"