diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c6bc16..4b5d8fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.4.1](https://github.com/equinusocio/vsc-material-theme/compare/v2.4.0...v2.4.1) (2018-08-29)
+
+
+### Bug Fixes
+
+* Fix settings colors ([e325007](https://github.com/equinusocio/vsc-material-theme/commit/e325007))
+
+
+
# [2.4.0](https://github.com/equinusocio/vsc-material-theme/compare/v2.2.0...v2.4.0) (2018-08-29)
diff --git a/package.json b/package.json
index debaa61..f041fc2 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.4.0",
+ "version": "2.4.1",
"publisher": "Equinusocio",
"license": "Apache-2.0",
"author": "Mattia Astorino [@equinusocio]",