diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5a3a0e5..17a652c1 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.
+
+## [3.0.3](https://github.com/bcoe/c8/compare/v3.0.2...v3.0.3) (2018-09-10)
+
+
+
## [3.0.2](https://github.com/bcoe/c8/compare/v3.0.1...v3.0.2) (2018-09-10)
diff --git a/package-lock.json b/package-lock.json
index 1f3a933c..9751abdb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "3.0.2",
+ "version": "3.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1a1ed142..4d528db6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",
"bin": "./bin/c8.js",