diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 1ffab55..da45408 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,20 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.5.1
+
+ New
+
+ - Added 'Cancel' and 'Save' buttons when editing a message
+
+ Fixes
+
+ - Better handling of image recognition
+ - Remove unused files when canceling a model download
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.5.0
diff --git a/meson.build b/meson.build
index de03e72..dd63ad1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.5.0',
+ version: '2.5.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)