diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31d703f..1f94b3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.0.9 (2018-09-29)
+
+ * add multimedia keys
+
## 0.0.8 (2018-09-07)
* enable pointer movement after timeout
diff --git a/desktop/remote-touchpad.appdata.xml b/desktop/remote-touchpad.appdata.xml
index 231e979..6488c36 100644
--- a/desktop/remote-touchpad.appdata.xml
+++ b/desktop/remote-touchpad.appdata.xml
@@ -18,6 +18,11 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
- enable pointer movement after timeout
@@ -67,13 +72,16 @@
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.8/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/3.png
+
+
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.9/screenshots/4.png
diff --git a/main.go b/main.go
index b77fca6..04e441b 100644
--- a/main.go
+++ b/main.go
@@ -45,7 +45,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
- version string = "0.0.8"
+ version string = "0.0.9"
)
func processCommand(plugin Plugin, command string) error {