diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index f89775e..14f0012 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,24 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.0.4
+
+ New
+
+ - Sidebar resizes with the window
+ - New welcome dialog
+ - Message search
+ - Updated Ollama to v0.3.11
+ - A lot of new models provided by Ollama repository
+
+ Fixes
+
+ - Fixed text inside model manager when the accessibility option 'large text' is on
+ - Fixed image recognition on unsupported models
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.0.3
diff --git a/meson.build b/meson.build
index 5ad3925..78fab50 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.0.3',
+ version: '2.0.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)