diff --git a/README.md b/README.md
index bf42c7e..777fa73 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
# Notify
+
https://ntfy.sh client application to receive everyday's notifications.
+
+
+
+
+


diff --git a/data/com.ranfdev.Notify.metainfo.xml.in.in b/data/com.ranfdev.Notify.metainfo.xml.in.in
index 3bb9541..1cefc7a 100644
--- a/data/com.ranfdev.Notify.metainfo.xml.in.in
+++ b/data/com.ranfdev.Notify.metainfo.xml.in.in
@@ -24,6 +24,17 @@
https://github.com/ranfdev/Notify/issues
+
+
+ - Introduced dialog to write advanced messages
+ - Automatic download of attached images
+ - Introduced support for action buttons in the notifications
+ - Improved performance of the message list layout
+ - Improved design for status chips
+ - Improved design for the message bar
+ - Various bug fixes
+
+
diff --git a/data/resources/screenshots/screenshot1.png b/data/resources/screenshots/screenshot1.png
deleted file mode 100644
index dd6d759..0000000
Binary files a/data/resources/screenshots/screenshot1.png and /dev/null differ
diff --git a/data/screenshots/1.png b/data/screenshots/1.png
index ad15583..b27cab4 100644
Binary files a/data/screenshots/1.png and b/data/screenshots/1.png differ
diff --git a/data/screenshots/2.png b/data/screenshots/2.png
index 3c10988..b527de5 100644
Binary files a/data/screenshots/2.png and b/data/screenshots/2.png differ
diff --git a/data/screenshots/3.png b/data/screenshots/3.png
new file mode 100644
index 0000000..a30a664
Binary files /dev/null and b/data/screenshots/3.png differ
diff --git a/meson.build b/meson.build
index 92c38a2..336a2fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'notify',
'rust',
- version: '0.1.1',
+ version: '0.1.2',
meson_version: '>= 0.59',
# license: 'MIT',
)