diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index f9c0412..210db1b 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -80,6 +80,19 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/1.0.4
+
+ New
+
+ - Added table rendering (Thanks Nokse)
+
+ Fixes
+
+ - Made support dialog more common
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/1.0.3
diff --git a/meson.build b/meson.build
index c9723c0..863d3af 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '1.0.3',
+ version: '1.0.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)