diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b50050..b633163 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.4](https://github.com/mapbox/docbox/compare/v1.0.3...v1.0.4) (2017-01-25)
+
+
+
## [1.0.3](https://github.com/mapbox/docbox/compare/v1.0.2...v1.0.3) (2017-01-25)
diff --git a/package.json b/package.json
index 0aa6638..8568771 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docbox",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "an api documentation website",
"main": "index.js",
"scripts": {