diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc8eb88..3e96651 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.
+
+## [2.0.1](https://github.com/equinusocio/vsc-material-theme/compare/v2.0.0...v2.0.1) (2018-04-23)
+
+
+### Bug Fixes
+
+* **folder-accent:** removed useless method and fix accent custom conf ([#169](https://github.com/equinusocio/vsc-material-theme/issues/169)) ([6992a38](https://github.com/equinusocio/vsc-material-theme/commit/6992a38))
+* Fix whitespace characters visibility ([43357ce](https://github.com/equinusocio/vsc-material-theme/commit/43357ce)), closes [#167](https://github.com/equinusocio/vsc-material-theme/issues/167)
+* Improve Ocean colors contrast ([f10cf31](https://github.com/equinusocio/vsc-material-theme/commit/f10cf31))
+
+
+
# [2.0.0](https://github.com/equinusocio/vsc-material-theme/compare/v1.7.0...v2.0.0) (2018-04-22)
diff --git a/package-lock.json b/package-lock.json
index 8de29d3..162b7ca 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vsc-material-theme",
- "version": "2.0.0",
+ "version": "2.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4c9b773..deb506a 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": "2.0.0",
+ "version": "2.0.1",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"author": "Mattia Astorino [@equinusocio]",