diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in
index 8403a71..f6bb409 100644
--- a/data/com.jeffser.Alpaca.metainfo.xml.in
+++ b/data/com.jeffser.Alpaca.metainfo.xml.in
@@ -78,6 +78,17 @@
https://github.com/Jeffser/Alpaca/discussions/154
https://github.com/Jeffser/Alpaca
+
+ https://github.com/Jeffser/Alpaca/releases/tag/2.0.2
+
+ Fixes
+
+ - Fixed spinner not hidding if the backend fails
+ - Fixed image recognition with local images
+ - Changed appearance of delete / stop model buttons
+
+
+
https://github.com/Jeffser/Alpaca/releases/tag/2.0.2
diff --git a/meson.build b/meson.build
index 74be4d1..5ad3925 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Alpaca', 'c',
- version: '2.0.2',
+ version: '2.0.3',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)