diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12d7182e1..d60000183 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.
+
+## [10.3.1](https://github.com/istanbuljs/nyc/compare/v10.3.0...v10.3.1) (2017-05-04)
+
+
+### Bug Fixes
+
+* introduced a bug that resulted in source-maps not being loaded approriately on second test run ([#566](https://github.com/istanbuljs/nyc/issues/566)) ([1bf74fd](https://github.com/istanbuljs/nyc/commit/1bf74fd))
+
+
+
# [10.3.0](https://github.com/istanbuljs/nyc/compare/v10.2.0...v10.3.0) (2017-04-29)
diff --git a/package.json b/package.json
index 89d91129e..9b3e815be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "10.3.0",
+ "version": "10.3.1",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {