diff --git a/CHANGELOG.md b/CHANGELOG.md
index 660e95c..a9c0c34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.6](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.5...v1.1.6) (2018-01-29)
+
+
+
## [1.1.5](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.4...v1.1.5) (2018-01-29)
diff --git a/package-lock.json b/package-lock.json
index ec625f3..daf4e64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "compression-webpack-plugin",
- "version": "1.1.5",
+ "version": "1.1.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 61ea31b..9dc494f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "compression-webpack-plugin",
- "version": "1.1.5",
+ "version": "1.1.6",
"author": "Tobias Koppers @sokra",
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
"main": "dist/cjs.js",