diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c1c5b4..62ae336 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.0.15 (2019-11-03)
+
+ * Prefer IPv4 addresses
+
## 0.0.14 (2019-10-28)
* Handle quirks of browser touch events
diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
index ed47da2..c8af372 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
@@ -19,6 +19,13 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
+ - Prefer IPv4 addresses
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.14/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.14/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.14/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.14/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.15/screenshots/4.png
diff --git a/main.go b/main.go
index f92ee3d..8026fd7 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.14"
+ version string = "0.0.15"
pretty_app_name string = "Remote Touchpad"
)