diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 252ecb1..68f1868 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -80,6 +80,27 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.0.5
+
+ New
+
+ - Regenerate any response, even if they are incomplete
+ - Support for pulling models by name:tag
+ - Stable support for GGUF model files
+ - Restored sidebar toggle button
+
+ Fixes
+
+ - Reverted back to standard styles
+ - Fixed generated titles having "'S" for some reason
+ - Changed min width for model dropdown
+ - Changed message entry shadow
+ - The last model used is now restored when the user changes chat
+ - Better check for message finishing
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.4
diff --git a/meson.build b/meson.build
index 863d3af..74e1ef1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.0.4',
+ version: '1.0.5',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)