diff --git a/ClaudeChecker/Info.plist b/ClaudeChecker/Info.plist
index 77322a0..d6305e4 100644
--- a/ClaudeChecker/Info.plist
+++ b/ClaudeChecker/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.3
+ 1.0.4
CFBundleVersion
- 22
+ 23
LSMinimumSystemVersion
13.0
LSUIElement
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 0000000..fe25ab2
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,9 @@
+## What's new in v1.0.4
+
+### Clickable notifications
+Notifications are now interactive — tap to act, not just read:
+
+- **Limit warnings & resets** (80%, 95%, reset) — tapping the notification opens the main ClaudeChecker window so you can see your current usage at a glance
+- **Update available** — tapping the notification opens the main window with the update sheet already showing, so you can install in one click
+
+Previously notifications were display-only and required manually clicking the menubar icon to take action. This removes that friction.