diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index cb4a8e5..75de917 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,22 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.6.0
+
+ New
+
+ - Better system for handling dialogs
+ - Better system for handling instance switching
+ - Remote connection dialog
+
+ Fixes
+
+ - Fixed: Models get duplicated when switching remote and local instance
+ - Better internal instance manager
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.5.1
diff --git a/meson.build b/meson.build
index dd63ad1..15f8fb1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.5.1',
+ version: '2.6.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)