diff --git a/CHANGELOG.md b/CHANGELOG.md
index d019cbb..e07d420 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to Epicure are documented here. This file is mirrored in-app at `/changelog` (and in the admin dashboard) via `apps/web/lib/changelog.ts` — update both together.
+## 0.55.1 — 2026-07-19 18:05
+
+### Fixed
+- Chatbot's rename/delete buttons for a conversation were hover-only, so they never appeared on mobile (no hover state on touch). Now always visible.
+
## 0.55.0 — 2026-07-19 17:50
### Added
diff --git a/apps/web/components/recipe/conversation-menu.tsx b/apps/web/components/recipe/conversation-menu.tsx
index fdf4cbb..3f2ddda 100644
--- a/apps/web/components/recipe/conversation-menu.tsx
+++ b/apps/web/components/recipe/conversation-menu.tsx
@@ -156,7 +156,7 @@ export function ConversationMenu({
@@ -195,7 +195,7 @@ export function ConversationMenu({