diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Revision history for keel
 
-## 0.1.0.0 -- 2026-08-18
+## 0.1.1.0 -- 2026-09-03
+
+* Documentation and packaging consistency only — no library, executable or
+  test-suite code changed since 0.1.0.0.
+* The 0.1.0.0 entry below now carries the day the batch actually went out,
+  2026-08-19. The 0.1.0.0 sdist on Hackage says 2026-08-18 and is immutable,
+  so this is the first release whose shipped changelog and repository agree.
+* README: the umbrella subcommand is `keel setup <blas|onnx>`.
+
+## 0.1.0.0 -- 2026-08-19
 
 * First release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
 
 - `keel doctor` — reports exactly which native capabilities resolve on
   this machine, which do not, and the one command that fixes each;
-- `keel setup <openblas|onnx>` — checksum-pinned installation of the
+- `keel setup <blas|onnx>` — checksum-pinned installation of the
   native runtimes into the per-user keel directory;
 - `Keel.Bridge` — the explicit frame ↔ buffer copy between
   [dataframe](https://hackage.haskell.org/package/dataframe-core)
diff --git a/keel.cabal b/keel.cabal
--- a/keel.cabal
+++ b/keel.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               keel
-version:            0.1.0.0
+version:            0.1.1.0
 synopsis:           Umbrella for the keel capability floor: doctor, setup
 description:
     The thin seam over the keel capability packages (keel-dyn, keel-abi,
