diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71b913a..2d62a77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 1.2.1 (2022-06-20)
+
+* Update dependencies
+
## 1.2.0 (2022-02-26)
* Add command-line options for move and scroll speed
diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
index 101576d..abc4220 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
@@ -19,6 +19,13 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.0/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.0/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.0/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.0/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.2.1/screenshots/4.png
diff --git a/main.go b/main.go
index 07eaaea..7108e82 100644
--- a/main.go
+++ b/main.go
@@ -47,7 +47,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
- version string = "1.2.0"
+ version string = "1.2.1"
prettyAppName string = "Remote Touchpad"
)