diff --git a/CHANGELOG.md b/CHANGELOG.md
index b597fa1..2b53241 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,17 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.9.5] — 2026-06-26
+
+### Added
+- **Casting view — page-break lines**: as the LLM processes a PDF audiobook, a **"Page N"** divider row now appears in the casting feed whenever the source PDF page changes. This gives a live view of where each page boundary falls within the script.
+- **Casting view — expandable LLM passage panel**: the "LLM Reading…" indicator now shows a preview of the passage being processed. A **chevron button** (▾/▴) expands it into a full scrollable view of the passage text so you can follow exactly what the LLM is reading and thinking about.
+
+### Fixed
+- **Page numbers were off by one**: page-break markers emitted into the Rehearser script now use the correct 1-indexed PDF page number (was storing 0-indexed, so "Page 1" showed for what was actually the second PDF page).
+
+---
+
## [1.9.4] — 2026-06-26
### Changed
diff --git a/VERSION b/VERSION
index d615fd0..158c747 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.9.4
+1.9.5
diff --git a/static/index.html b/static/index.html
index bb4829a..c17ec8d 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,7 @@
-
+
@@ -308,7 +308,7 @@
-
+