diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9ca53e..6bd5586 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.13.6] — 2026-07-06
+
+### Fixed
+- **Large empty gap in Read Aloud's tuning panel** — the backend hint box sat beside the 4 tuning rows (Speed/Seed/Temperature/Native speed) and was forced to stretch to their combined height regardless of how short its own text was, leaving a big empty area below a 1-3 line hint. Moved it to full width below the rows, sized to its own content.
+
+---
+
## [1.13.5] — 2026-07-06
### Added
diff --git a/VERSION b/VERSION
index 43ded90..2e3a551 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.13.5
+1.13.6
diff --git a/static/index.html b/static/index.html
index 4f3f150..ff8892f 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) {
-
+