diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 611f768..4d59116 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,37 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.1.0
+
+ New
+
+ - Model manager opens faster
+ - Delete chat option in secondary menu
+ - New model selector popup
+ - Standard shortcuts
+ - Model manager is navigable with keyboard
+ - Changed sidebar collapsing behavior
+ - Focus indicators on messages
+ - Welcome screen
+ - Give message entry focus at launch
+ - Generally better code
+
+ Fixes
+
+ - Better width for dialogs
+ - Better compatibility with screen readers
+ - Fixed message regenerator
+ - Removed 'Featured models' from welcome dialog
+ - Added default buttons to dialogs
+ - Fixed import / export of chats
+ - Changed Python2 title to Python on code blocks
+ - Prevent regeneration of title when the user changed it to a custom title
+ - Show date on stopped messages
+ - Fix clear chat error
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.6
diff --git a/meson.build b/meson.build
index 8508ed2..6968eeb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.0.6',
+ version: '1.1.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)