diff --git a/CHANGELOG.md b/CHANGELOG.md
index 246254a..3d91dc7 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.12](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.11...v1.1.12) (2018-08-29)
+
+
+
## [1.1.11](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.10...v1.1.11) (2018-03-09)
diff --git a/package-lock.json b/package-lock.json
index da5cfdf..76c02cd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "compression-webpack-plugin",
- "version": "1.1.11",
+ "version": "1.1.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2760671..d598d32 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "compression-webpack-plugin",
- "version": "1.1.11",
+ "version": "1.1.12",
"author": "Tobias Koppers @sokra",
"description": "Prepare compressed versions of assets to serve them with Content-Encoding",
"main": "dist/cjs.js",