diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17a652c1..30562fda 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.
+
+# [3.1.0](https://github.com/bcoe/c8/compare/v3.0.3...v3.1.0) (2018-09-11)
+
+
+### Features
+
+* allow relative paths to be optionally included ([3806c79](https://github.com/bcoe/c8/commit/3806c79))
+
+
+
## [3.0.3](https://github.com/bcoe/c8/compare/v3.0.2...v3.0.3) (2018-09-10)
diff --git a/package-lock.json b/package-lock.json
index 9751abdb..ed8b28c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "3.0.3",
+ "version": "3.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4d528db6..f9316a69 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "c8",
- "version": "3.0.3",
+ "version": "3.1.0",
"description": "output coverage reports using Node.js' built in coverage",
"main": "index.js",
"bin": "./bin/c8.js",