diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
 # Revision history for cabal-detailed-quickcheck
 
+## 0.1.1.2 — 2022-04-25
+
+* Improved documentation.
+
 ## 0.1.1.1 — 2022-04-25
 
-* Improve packaging
+* Improved packaging.
 
 ## 0.1.1.0 — 2022-04-24
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
 
 This is a library for using [QuickCheck](https://hackage.haskell.org/package/QuickCheck) properties in Cabal’s `detailed-0.9` test interface ([docs](https://cabal.readthedocs.io/en/3.6/cabal-package.html#example-package-using-detailed-0-9-interface)).
 
-You can construct a `PropertyTest` for your property and call `getPropertyTest` on it. For more details, see the Haddock documentation.
+You can construct a `PropertyTest` for your property and call `getPropertyTest` on it. For more details, see the Haddock documentation on [Hackage](https://hackage.haskell.org/package/cabal-detailed-quickcheck).
 
 This project is developed on GitHub: <https://github.com/schuelermine/cabal-detailed-quickcheck>
diff --git a/cabal-detailed-quickcheck.cabal b/cabal-detailed-quickcheck.cabal
--- a/cabal-detailed-quickcheck.cabal
+++ b/cabal-detailed-quickcheck.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               cabal-detailed-quickcheck
-version:            0.1.1.1
+version:            0.1.1.2
 synopsis:           QuickCheck for Cabal tests
 description:        Turn QuickCheck properties into detailed Cabal tests
 homepage:           https://github.com/schuelermine/cabal-detailed-quickcheck
@@ -30,4 +30,4 @@
 source-repository this
     type:               git
     location:           https://github.com/schuelermine/cabal-detailed-quickcheck.git
-    tag:                0.1.1.1
+    tag:                0.1.1.2
