diff --git a/.hspec b/.hspec
new file mode 100644
--- /dev/null
+++ b/.hspec
@@ -0,0 +1,2 @@
+--qc-max-discard=50
+--qc-max-success=1000
diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
 # Dev
 
+# 1.1.2
+
+- Ship our .hspec file to ensure all tests pass from an sdist.
+
 # 1.1.1
 
-- Ship our conformance suite as part of the sdist
+- Ship our conformance suite as part of the sdist.
 
 # 1.1.0
 
diff --git a/medea.cabal b/medea.cabal
--- a/medea.cabal
+++ b/medea.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               medea
-version:            1.1.1
+version:            1.1.2
 synopsis:           A schema language for JSON.
 description:
   A reference implementation of a schema language, together with a conformance
@@ -28,6 +28,7 @@
   conformance/schema-builder/pass/*.medea
   conformance/schema-builder/fail/*.medea
   conformance/validation/*.medea
+  .hspec
 
 source-repository head
   type:     git
