diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index e3d9655..1ffab55 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,23 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.5.0
+
+ New
+
+ - Run bash and python scripts straight from chat
+ - Updated Ollama to 0.3.12
+ - New models!
+
+ Fixes
+
+ - Fixed and made faster the launch sequence
+ - Better detection of code blocks in messages
+ - Fixed app not loading in certain setups with Nvidia GPUs
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.0.6
diff --git a/meson.build b/meson.build
index ec22af3..de03e72 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.0.6',
+ version: '2.5.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)