diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for siren-json
 
+## 0.1.2.0  -- 2017-12-24
+
+* Bump dependence on http-media
+
 ## 0.1.1.0  -- 2017-12-21
 
 * Bump dependencies on aeson and QuickCheck
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.1.1.0
+version:             0.1.2.0
 synopsis:            Siren Tools for Haskell
 
 description:         
@@ -50,7 +50,7 @@
     , base                 >= 4.6 && < 4.12
     , bytestring           == 0.10.*
     , containers           == 0.5.*
-    , http-media           == 0.6.*
+    , http-media           >= 0.6 && < 0.8
     , http-types           == 0.9.*
     , network-uri          == 2.6.*
     , network-uri-json     == 0.1.*
@@ -97,7 +97,7 @@
     , case-insensitive     == 1.2.*
     , containers           == 0.5.*
     , hspec                == 2.4.*
-    , http-media           == 0.6.*
+    , http-media           >= 0.6 && < 0.8
     , http-types           == 0.9.*
     , network-uri          == 2.6.*
     , network-uri-json     == 0.1.*
