diff --git a/CHANGELOG.md b/CHANGELOG.md
index d60000183..b8ab0e038 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.2](https://github.com/istanbuljs/nyc/compare/v10.3.1...v10.3.2) (2017-05-05)
+
+
+### Bug Fixes
+
+* we should not create a cache folder if cache is false ([#567](https://github.com/istanbuljs/nyc/issues/567)) ([213206f](https://github.com/istanbuljs/nyc/commit/213206f))
+
+
+
## [10.3.1](https://github.com/istanbuljs/nyc/compare/v10.3.0...v10.3.1) (2017-05-04)
diff --git a/package.json b/package.json
index d5c0493ee..5ccc79ff9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nyc",
- "version": "10.3.1",
+ "version": "10.3.2",
"description": "the Istanbul command line interface",
"main": "index.js",
"scripts": {