diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d4fd13..4be8c8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,13 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) · versioned wi
---
+## [1.14.14] — 2026-07-09
+
+### Fixed
+- **Clicking a name elsewhere in the text to feed an already-open "Assign to" popup did nothing** — a separate document-level "click outside closes the popup" handler only exempted clicks on the paragraph's own speaker label, not clicks anywhere else in the passage text. So the popup was being closed by mousedown before the (v1.14.13) name-click logic ever got to run. Clicks and drag-selections inside passage text no longer auto-close the popup.
+
+---
+
## [1.14.13] — 2026-07-09
### Fixed
diff --git a/VERSION b/VERSION
index 517e041..569a91f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.14.13
+1.14.14
diff --git a/static/index.html b/static/index.html
index 244796d..94ee58b 100644
--- a/static/index.html
+++ b/static/index.html
@@ -10,7 +10,7 @@
-
+
@@ -27,7 +27,7 @@
-
+
@@ -365,7 +365,7 @@ window.toggleNavTree = function(treeId, chevronId) {
-
+