diff --git a/CHANGELOG.md b/CHANGELOG.md
index 171bae6..d48b275 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.
+
+## [1.1.1](https://github.com/zkat/npx/compare/v1.1.0...v1.1.1) (2017-05-30)
+
+
+### Bug Fixes
+
+* **docs:** make sure man page gets installed ([2aadc16](https://github.com/zkat/npx/commit/2aadc16))
+
+
+
# [1.1.0](https://github.com/zkat/npx/compare/v1.0.2...v1.1.0) (2017-05-30)
diff --git a/package.json b/package.json
index 94c9bbe..b48613b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "npx",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "execute npm package binaries",
"main": "index.js",
"bin": "index.js",