diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 68f1868..6cfcc58 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -80,6 +80,28 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.0.6
+
+ New
+
+ - Changed shortcuts to standards
+ - Moved 'Manage Models' button to primary menu
+ - Stable support for GGUF model files
+ - General optimizations
+
+ Fixes
+
+ - Better handling of enter key (important for Japanese input)
+ - Removed sponsor dialog
+ - Added sponsor link in about dialog
+ - Changed window and elements dimensions
+ - Selected model changes when entering model manager
+ - Better image tooltips
+ - GGUF Support
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.5
diff --git a/meson.build b/meson.build
index 74e1ef1..8508ed2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.0.5',
+ version: '1.0.6',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)