diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91d31607d..c77d6124d 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.
+
+# [11.8.0](https://github.com/istanbuljs/nyc/compare/v11.7.3...v11.8.0) (2018-05-14)
+
+
+### Features
+
+* merge together multiple istanbul format reports ([#840](https://github.com/istanbuljs/nyc/issues/840)) ([9def3eb](https://github.com/istanbuljs/nyc/commit/9def3eb))
+
+
+
## [11.7.3](https://github.com/istanbuljs/nyc/compare/v11.7.2...v11.7.3) (2018-05-10)
diff --git a/package-lock.json b/package-lock.json
index 6039b25dd..b5a52990a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "11.7.3",
+ "version": "11.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e6ed99588..e0aeaa7dc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "11.7.3",
+ "version": "11.8.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {