diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce05d21..ddeda07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,22 @@
-## Angular Essentials Changelog
+## Twitch Chat Changelog
+
+
+# 0.2.1 (2018-01-02)
+
+* Fix
+ * Updated CHANGELOG
+ * Updated README
+
+
+# 0.2.0 (2018-01-02)
+
+* Feature
+ * Change channel
+ * Open stream in browser
+
+* Changes
+ * Added new icons
+ * Added channel join message with online indecator
# 0.1.0 (2018-29-01)
diff --git a/README.md b/README.md
index a40c45d..b0b5b4b 100644
--- a/README.md
+++ b/README.md
@@ -30,10 +30,7 @@ These settings have to be
```
## Known Issues
-- The Chatlogs are limited to a set height, therefore text is cut off and you have to read the content by hovering the entry
-- Chat emotes are not displayed
-
-## Planned feature
+Most of these issues are because of VS code extension API limitations.
-- Channel switching
-- Highlight mentions of the configured username
\ No newline at end of file
+- The Chatlogs are limited to a set height, therefore text is cut off and you have to read the content by hovering the entry
+- Chat emotes are not displayed
\ No newline at end of file
diff --git a/media/example.jpg b/media/example.jpg
index fb579c9..735bbd7 100644
Binary files a/media/example.jpg and b/media/example.jpg differ
diff --git a/package.json b/package.json
index e8c09a2..b9c52a7 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "twitch-chat",
"displayName": "Twitch Chat",
"description": "VS code Extension for Twitch Chat Integration",
- "version": "0.2.0",
+ "version": "0.2.1",
"publisher": "hammster1911",
"repository": {
"type": "git",