diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index b6814e9..908fd79 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -82,6 +82,18 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.6.5
+
+ New
+
+ - Details page for models
+ - Model selector gets replaced with 'manage models' button when there are no models downloaded
+ - Added warning when model is too big for the device
+ - Added AMD GPU indicator in preferences
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.6.0
diff --git a/meson.build b/meson.build
index 15f8fb1..24b6e1a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.6.0',
+ version: '2.6.5',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)