diff --git a/CHANGELOG.md b/CHANGELOG.md
index af4eecdb27c4084fa06a66436d5f6cbe7c15bc2d..0693c7dbc9eb1800a474bc1805e0be9b02d3a4c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,4 +80,11 @@
 
 - debug mode is now disabled by default
 - debug console will now behave more reasonable behavior
-- updated server version to take care of windows and mac problems
\ No newline at end of file
+- updated server version to take care of windows and mac problems
+
+## [1.1.1]
+
+- fixed bug where problems from sub machines where shown in the main machine
+- added a opical feedback when an evaluation is finished
+- added .rmch file extensions (still pretty much a prototype regarding coloring)
+- added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662
\ No newline at end of file
diff --git a/README.md b/README.md
index 0666ce2c105d209e65265964673c91e3185685f8..f0c1f71c124ab39ffec60181b588bc57f16124e9 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,9 @@ The language server can be found here https://github.com/SeeBasTStick/b-language
 
 ## Release Notes
 
-### 1.0.1
+### 1.1.1
 
-- debug mode is now disabled by default
-- debug console will now behave more reasonable
-- updated server version to take care of windows and mac problems; server will now use process builder and handle process output properly
\ No newline at end of file
+- fixed bug where problems from sub machines where shown in the main machine
+- added a opical feedback when an evaluation is finished
+- added .rmch file extensions (still pretty much a prototype regarding coloring)
+- added file icons to identify files which can be processed by this plugin, note that icon themes are exclusive, selecting the new theme will disable all other themes: https://github.com/microsoft/vscode/issues/14662
\ No newline at end of file
diff --git a/package.json b/package.json
index 35bcd43a8e19a8396d13f6aeeedaf5979dcc0e4a..b29b82123000d8540cca7b68bfc18c71d4bfe947 100644
--- a/package.json
+++ b/package.json
@@ -97,8 +97,7 @@
 					".mch",
 					".def",
 					".imp",
-					".ref",
-					".rmch"
+					".ref"
 				],
 				"aliases": [
 					"B",
@@ -138,7 +137,7 @@
 				"path": "./snippets/rmchAddOn_snippets.json"
 			}
 		],
-		"iconThemes": [
+		"icons": [
 			{
 				"id": "b",
 				"label": "B",