diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,15 @@
 # Revision history for siren-json
 
+## 0.3.1.1  -- 2019-02-18
+
+* Integrate cloudbuild fixes from network-arbitrary.
+* Use new-sdist.
+
+## 0.3.1.0  -- 2019-02-01
+
+* Remove GHC 8.2.1 from testing.
+* Update hspec and hspec-discover.
+
 ## 0.3.0.0  -- 2019-01-02
 
 * Update network-uri-json.
diff --git a/siren-json.cabal b/siren-json.cabal
--- a/siren-json.cabal
+++ b/siren-json.cabal
@@ -1,5 +1,5 @@
 name:                siren-json
-version:             0.3.0.0
+version:             0.3.1.1
 synopsis:            Siren Tools for Haskell
 
 description:         
@@ -15,7 +15,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
@@ -82,14 +82,14 @@
     , External.Network.HTTP.Types.Method.JSONSpec
 
   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.*
     , containers           == 0.5.*
-    , hspec                >= 2.4 && < 2.7
+    , hspec                >= 2.4 && < 2.8
     , http-media           >= 0.6 && < 0.8
     , http-types           >= 0.9 && < 0.13
     , network-arbitrary    >= 0.3 && < 0.5
