diff --git a/index.html b/index.html
index 13af115..a82bad8 100644
--- a/index.html
+++ b/index.html
@@ -28,6 +28,11 @@
Stout Releases
+
+
+- Fix self-upgrade not triggering a pod rollout because reused Helm values kept the old image tag
+
+
- Extract canvas dialogs into standalone components, reducing project page from 2162 to 781 lines
diff --git a/releases.json b/releases.json
index 66008f4..74c3679 100644
--- a/releases.json
+++ b/releases.json
@@ -1,4 +1,11 @@
[
+ {
+ "tag_name": "v0.11.1",
+ "html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.11.1",
+ "prerelease": false,
+ "published_at": "2026-04-15T00:00:00Z",
+ "body": "- Fix self-upgrade not triggering a pod rollout because reused Helm values kept the old image tag"
+ },
{
"tag_name": "v0.11.0",
"html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.11.0",