diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1524018..22c9302 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+# [1.1.0](https://github.com/leodido/postcss-clean/compare/v1.0.4...v1.1.0) (2017-09-15)
+
+
+### Upgrade
+
+* Dependencies upgraded to support clean-css versions >=4.0.0 and <5.0.0 ([f526ae72b3e90a2a1557c083708ccd03a8bf5506](https://github.com/leodido/postcss-clean/commit/f526ae72b3e90a2a1557c083708ccd03a8bf5506)), closes [#26](https://github.com/leodido/postcss-clean/issues/26)
+* Dependencies upgraded to support postcss versions >=6.0.0 and <7.0.0 ([0ecf2666296a09081c24df04f2c594f01f6c9915](https://github.com/leodido/postcss-clean/commit/0ecf2666296a09081c24df04f2c594f01f6c9915))
+
+
+
## [1.0.4](https://github.com/leodido/postcss-clean/compare/v1.0.3...v1.0.4) (2017-09-15)
diff --git a/package.json b/package.json
index 52c68c2..29f12c0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-clean",
- "version": "1.0.4",
+ "version": "1.1.0",
"description": "PostCSS plugin to minify CSS with clean-css",
"author": {
"name": "Leo Di Donato",