diff --git a/CHANGELOG.md b/CHANGELOG.md
index f20cf6d..1ee0555 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/Kikobeats/cacheable-response/compare/v1.1.0...v1.1.1) (2019-02-23)
+
+
+### Bug Fixes
+
+* ensure typo is boolean ([b0d396e](https://github.com/Kikobeats/cacheable-response/commit/b0d396e))
+
+
+
# [1.1.0](https://github.com/Kikobeats/cacheable-response/compare/v1.0.0...v1.1.0) (2019-02-22)
diff --git a/package.json b/package.json
index f85fab1..4980f57 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "cacheable-response",
"description": "An HTTP compliant route path middleware for serving cache response with invalidation support.",
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
- "version": "1.1.0",
+ "version": "1.1.1",
"main": "index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",