diff --git a/data/louper.metainfo.xml.in b/data/louper.metainfo.xml.in
index ec8ddfb..2fca2a2 100644
--- a/data/louper.metainfo.xml.in
+++ b/data/louper.metainfo.xml.in
@@ -28,7 +28,7 @@
Zoom in what you like to read
- https://raw.githubusercontent.com/ryonakano/louper/2.0.4/data/Screenshot.png
+ https://raw.githubusercontent.com/ryonakano/louper/2.0.5/data/Screenshot.png
@@ -57,6 +57,17 @@
+
+
+
+ - Fix clipboard is used if text specified with --text is empty
+ - Fix the app is not functional on Wayland
+ - Update Flatpak platform version
+ - Update translations
+
+
+
+
diff --git a/meson.build b/meson.build
index d711c48..d0e6110 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'com.github.ryonakano.louper',
'vala', 'c',
- version: '2.0.4',
+ version: '2.0.5',
meson_version: '>=0.57.0'
)