diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 59e3bb4..d7974f5 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -60,6 +60,21 @@
https://github.com/Jeffser/Alpaca
https://github.com/sponsors/Jeffser
+
+ https://github.com/Jeffser/Alpaca/releases/tag/0.8.0
+
+ New Update
+
+ - Updated model list
+ - Added image recognition to more models
+ - Added Brazilian Portuguese translation (Thanks Daimaar Stein)
+ - Refined the general UI (Thanks Nokse22)
+ - Added 'delete message' feature
+ - Added metadata so that software distributors know that the app is compatible with mobile
+ - Changed 'send' shortcut to just the return/enter key (to add a new line use shift+return)
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.7.1
diff --git a/meson.build b/meson.build
index ce4d66c..40f9657 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca',
- version: '0.7.1',
+ version: '0.8.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/src/main.py b/src/main.py
index d054de6..560ce7d 100644
--- a/src/main.py
+++ b/src/main.py
@@ -48,7 +48,7 @@ class AlpacaApplication(Adw.Application):
application_name='Alpaca',
application_icon='com.jeffser.Alpaca',
developer_name='Jeffry Samuel Eduarte Rojas',
- version='0.7.1',
+ version='0.8.0',
developers=['Jeffser https://jeffser.com'],
designers=['Jeffser https://jeffser.com'],
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein',