diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0f5d8b..7b7dd69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [8.0.2](https://github.com/documentationjs/documentation/compare/v8.0.1...v8.0.2) (2018-07-20)
+
+
+### Bug Fixes
+
+* **package:** update git-url-parse to version 10.0.1 ([91ade89](https://github.com/documentationjs/documentation/commit/91ade89))
+
+
+
## [8.0.1](https://github.com/documentationjs/documentation/compare/v8.0.0...v8.0.1) (2018-07-16)
diff --git a/package.json b/package.json
index 05c6742..5236525 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "documentation",
"description": "a documentation generator",
- "version": "8.0.1",
+ "version": "8.0.2",
"author": "Tom MacWright",
"bin": {
"documentation": "./bin/documentation.js"