diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,7 @@
+# 1.2.0.2
+
++ Bump hspec.
+
 # 1.2.0.1
 
 + Switch to hspec for tests.
diff --git a/hjsonschema.cabal b/hjsonschema.cabal
--- a/hjsonschema.cabal
+++ b/hjsonschema.cabal
@@ -1,5 +1,5 @@
 name:               hjsonschema
-version:            1.2.0.1
+version:            1.2.0.2
 synopsis:           JSON Schema library
 homepage:           https://github.com/seagreen/hjsonschema
 license:            MIT
@@ -116,7 +116,7 @@
 
     -- directory-1.2.5 required for `listDirectory`:
     , directory            >= 1.2.5 && < 1.3
-    , hspec                >= 2.2 && < 2.3
+    , hspec                >= 2.2 && < 2.4
 
 test-suite remote
   hs-source-dirs:
