diff --git a/CHANGELOG.md b/CHANGELOG.md
index 532e0b4..a4879c0 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.
+
+## [1.0.8](https://github.com/tmcw/docbox/compare/v1.0.7...v1.0.8) (2017-09-20)
+
+
+### Bug Fixes
+
+* **package:** update babel-eslint to version 8.0.0 ([e351f42](https://github.com/tmcw/docbox/commit/e351f42))
+
+
+
## [1.0.7](https://github.com/tmcw/docbox/compare/v1.0.6...v1.0.7) (2017-08-01)
diff --git a/package.json b/package.json
index bffb128..b99963b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docbox",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "an api documentation website",
"main": "index.js",
"scripts": {