diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Revision history for keel-onnx
 
-## 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.
+
+## 0.1.0.0 -- 2026-08-19
 
 * First release.
diff --git a/keel-onnx.cabal b/keel-onnx.cabal
--- a/keel-onnx.cabal
+++ b/keel-onnx.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               keel-onnx
-version:            0.1.0.0
+version:            0.1.1.0
 synopsis:           ONNX Runtime inference over a runtime-loaded library
 description:
     Inference-only bindings to ONNX Runtime's C API, resolved entirely
