diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+# v0.2.1.2
+
+## Fixes
+
+- Fixed `docsPath` and the `cabal haddock --haddock-for-hackage` invocation in the release workflow so Haddock docs actually get uploaded to Hackage (the v0.2.1.1 release was published without docs due to a path mismatch).
+
 # v0.2.1.1
 
 ## Fixes
diff --git a/hasql-postgresql-types.cabal b/hasql-postgresql-types.cabal
--- a/hasql-postgresql-types.cabal
+++ b/hasql-postgresql-types.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql-postgresql-types
-version: 0.2.1.1
+version: 0.2.1.2
 category: PostgreSQL, Codecs, Hasql
 synopsis: Integration of "hasql" with "postgresql-types"
 description:
