diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.0.0.1
+
+Doc corrections.
+
 # v1.0.0.0
 
 ## Non-breaking
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -17,4 +17,4 @@
 oracle against which all other adapters are tested. The
 [`pqi-conformance`](https://github.com/nikita-volkov/pqi-conformance) suite
 runs every operation on both the candidate adapter and this one, asserts
-byte-identical output, and thereby defines what "correct" means for the family.
+identical output, and thereby defines what "correct" means for the family.
diff --git a/pqi-ffi.cabal b/pqi-ffi.cabal
--- a/pqi-ffi.cabal
+++ b/pqi-ffi.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: pqi-ffi
-version: 1.0.0.0
+version: 1.0.0.1
 category: Database, PostgreSQL
 synopsis: FFI adapter for pqi, backed by postgresql-libpq
 description:
