diff --git a/CHANGELOG.md b/CHANGELOG.md
index c77d6124d..50b1a0624 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.9.0](https://github.com/istanbuljs/nyc/compare/v11.8.0...v11.9.0) (2018-05-31)
+
+
+### Features
+
+* add option that allows instrument to exit on error ([#850](https://github.com/istanbuljs/nyc/issues/850)) ([1329a3b](https://github.com/istanbuljs/nyc/commit/1329a3b))
+
+
+
# [11.8.0](https://github.com/istanbuljs/nyc/compare/v11.7.3...v11.8.0) (2018-05-14)
diff --git a/package-lock.json b/package-lock.json
index b5a52990a..0f83e41c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "11.8.0",
+ "version": "11.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e0aeaa7dc..31ed5e2c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "11.8.0",
+ "version": "11.9.0",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {