diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4116ca2..9172f94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 1.4.6 (2024-02-06)
+
+* Prevent incorrect MIME types
+
## 1.4.5 (2024-01-31)
* Keep text input open after sending
diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml
index a677665..9a7da69 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
+
+
+
+ - Prevent incorrect MIME types
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.5/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.5/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.5/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.5/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.4.6/screenshots/4.png
diff --git a/main.go b/main.go
index a96a958..15195d6 100644
--- a/main.go
+++ b/main.go
@@ -47,7 +47,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
- version string = "1.4.5"
+ version string = "1.4.6"
prettyAppName string = "Remote Touchpad"
)