diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,10 @@
 # Revision history for collection-json
 
+## 1.3.1.0  -- 2019-01-22
+
+* Update hspec-discover.
+* Update hspec.
+
 ## 1.3.0.0  -- 2019-01-02
 
 * Update travis configuration.
diff --git a/collection-json.cabal b/collection-json.cabal
--- a/collection-json.cabal
+++ b/collection-json.cabal
@@ -1,5 +1,5 @@
 name:                collection-json
-version:             1.3.0.0
+version:             1.3.1.0
 synopsis:            Collection+JSON—Hypermedia Type Tools
 
 description:
@@ -16,7 +16,7 @@
 category:            Data
 build-type:          Simple
 cabal-version:       >= 1.10
-tested-with:         GHC >= 7.6 && < 9.0
+tested-with:         GHC >= 7.6 && < 8.2.1 || > 8.2.1 && < 9.0
 
 extra-source-files:
     ChangeLog.md
@@ -73,13 +73,13 @@
     , Data.CollectionJSONSpec
 
   build-tool-depends:
-      hspec-discover:hspec-discover >= 2.4 && < 2.7
+      hspec-discover:hspec-discover >= 2.4 && < 2.8
 
   build-depends:
       aeson                >= 0.8 && < 1.5
     , base                 >= 4.6 && < 4.13
     , bytestring           == 0.10.*
-    , hspec                >= 2.4 && < 2.7
+    , hspec                >= 2.4 && < 2.8
     , network-arbitrary    >= 0.3 && < 0.5
     , network-uri          == 2.6.*
     , network-uri-json     >= 0.1 && < 0.4
