diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 4d59116..9762552 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,28 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.1.1
+
+ New
+
+ - New duplicate chat option
+ - Changed model selector appearance
+ - Message entry is focused on launch and chat change
+ - Message is focused when it's being edited
+ - Added loading spinner when regenerating a message
+ - Added Ollama debugging to 'About Alpaca' dialog
+ - Changed YouTube transcription dialog appearance and behavior
+
+ Fixes
+
+ - CTRL+W and CTRL+Q stops local instance before closing the app
+ - Changed appearance of 'Open Model Manager' button on welcome screen
+ - Fixed message generation not working consistently
+ - Fixed message edition not working consistently
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.1.0
diff --git a/meson.build b/meson.build
index 6968eeb..22e66a8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.1.0',
+ version: '1.1.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)