diff --git a/index.html b/index.html
index 3a070ed..456ab67 100644
--- a/index.html
+++ b/index.html
@@ -28,6 +28,11 @@
Stout Releases
+
+
+- fix CSI driver detection, version extraction, and add k3s release select
+
+
- add frontend UI for addon management and k3s upgrade plan creation
diff --git a/releases.json b/releases.json
index 899badf..2383c8d 100644
--- a/releases.json
+++ b/releases.json
@@ -1,4 +1,11 @@
[
+ {
+ "tag_name": "v0.14.1",
+ "html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.14.1",
+ "prerelease": false,
+ "published_at": "2026-05-10T00:00:00Z",
+ "body": "- fix CSI driver detection, version extraction, and add k3s release select"
+ },
{
"tag_name": "v0.14.0",
"html_url": "https://git.thokra.dev/thokra/stout-releases/raw/branch/main/index.html#v0.14.0",