diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f58739..23ad935 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
[234](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/234) @onny
- Move menuState and volumeState into localStorage
[236](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/236) @onny
+- Create seperate store modules for player, favorites and recent
+ [239](https://git.project-insanity.org/onny/nextcloud-app-radio/-/issues/239) @onny
## 1.0.1 - 2020-12
### Added
diff --git a/src/App.vue b/src/App.vue
index d2d04ad..06b500e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -23,3 +23,18 @@