diff --git a/CHANGELOG.md b/CHANGELOG.md
index b162704..ec8e65f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+
+## [1.1.2](https://github.com/equinusocio/vsc-material-theme/compare/v1.1.0...v1.1.2) (2017-11-14)
+
+
+### Bug Fixes
+
+* Add dist folder icon ([a6600d2](https://github.com/equinusocio/vsc-material-theme/commit/a6600d2))
+* Add test folder icon ([0a73ce4](https://github.com/equinusocio/vsc-material-theme/commit/0a73ce4))
+* Improve markdown highlight ([dc9a6fa](https://github.com/equinusocio/vsc-material-theme/commit/dc9a6fa)), closes [#113](https://github.com/equinusocio/vsc-material-theme/issues/113)
+* Improve src folder icon ([e06b881](https://github.com/equinusocio/vsc-material-theme/commit/e06b881))
+* New bower_components folder icon ([adcb304](https://github.com/equinusocio/vsc-material-theme/commit/adcb304))
+* Update .git folder icon ([2f37966](https://github.com/equinusocio/vsc-material-theme/commit/2f37966))
+* Update .github folder icon ([d371804](https://github.com/equinusocio/vsc-material-theme/commit/d371804))
+* Update package-lock.json and yarn.lock file icons ([7136700](https://github.com/equinusocio/vsc-material-theme/commit/7136700)), closes [#108](https://github.com/equinusocio/vsc-material-theme/issues/108)
+
+
+### Features
+
+* Add Rollup js file icon ([5755813](https://github.com/equinusocio/vsc-material-theme/commit/5755813))
+
+
+
# [1.1.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.0.5...v1.1.0) (2017-11-04)
diff --git a/extensions/defaults.json b/extensions/defaults.json
index 6b6fc1b..b898a7d 100644
--- a/extensions/defaults.json
+++ b/extensions/defaults.json
@@ -34,7 +34,7 @@
"_folder_dist_open"
],
"changelog": {
- "lastversion": "1.1.1"
+ "lastversion": "1.1.2"
},
"icons": {
"theme": {
diff --git a/package.json b/package.json
index daa77dc..1a63a61 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "vsc-material-theme",
"displayName": "Material Theme",
"description": "The most epic theme now for Visual Studio Code",
- "version": "1.1.1",
+ "version": "1.1.2",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"contributors": [