diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.0.0.3
+
+Doc corrections.
+
 # v1.0.0.2
 
 Release process fixes.
diff --git a/pqi.cabal b/pqi.cabal
--- a/pqi.cabal
+++ b/pqi.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: pqi
-version: 1.0.0.2
+version: 1.0.0.3
 category: Database, PostgreSQL
 synopsis: Driver-agnostic interface to the PostgreSQL libpq API
 description:
@@ -9,10 +9,10 @@
   instead of a single concrete type tied to @libpq@. This lets callers
   program against one interface and pick an adapter package to construct it:
 
-  * [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi) — a thin adapter backed by the C @libpq@ library via
+  * [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi) - a thin adapter backed by the C @libpq@ library via
     [@postgresql-libpq@](https://hackage.haskell.org/package/postgresql-libpq).
 
-  * [@pqi-native@](https://hackage.haskell.org/package/pqi-native) — a pure-Haskell adapter that speaks the PostgreSQL wire
+  * [@pqi-native@](https://hackage.haskell.org/package/pqi-native) - a pure-Haskell adapter that speaks the PostgreSQL wire
     protocol directly. __Alpha__, and fully interchangeable with @pqi-ffi@: switching between them
     is a one-line @Adapter@ change.
 
