diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index e81d55d..24fb796 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -63,6 +63,17 @@
https://github.com/Jeffser/Alpaca
https://github.com/sponsors/Jeffser
+
+ https://github.com/Jeffser/Alpaca/releases/tag/0.9.0
+
+ Daily Update
+
+ - Added text ellipsis to chat name so it doesn't change the button width
+ - New shortcut for creating a chat (CTRL+N)
+ - New message entry design
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.8.8
diff --git a/meson.build b/meson.build
index 559bcd7..8f38928 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca',
- version: '0.8.8',
+ version: '0.9.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
diff --git a/src/main.py b/src/main.py
index 6a80b01..e1fb011 100644
--- a/src/main.py
+++ b/src/main.py
@@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application):
application_name='Alpaca',
application_icon='com.jeffser.Alpaca',
developer_name='Jeffry Samuel Eduarte Rojas',
- version='0.8.8',
+ version='0.9.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\nLouis Chauvet-Villaret (French) https://github.com/loulou64490',