diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+- [Version 0.7.1.2](https://github.com/zmthy/http-media/releases/tag/v0.7.1.2)
+
+  The bounds for QuickCheck have been updated to include the latest
+  version.
+
 - [Version 0.7.1.1](https://github.com/zmthy/http-media/releases/tag/v0.7.1.1)
 
   The bounds for base have been updated to include support for GHC 8.2.
diff --git a/http-media.cabal b/http-media.cabal
--- a/http-media.cabal
+++ b/http-media.cabal
@@ -1,5 +1,5 @@
 name:          http-media
-version:       0.7.1.1
+version:       0.7.1.2
 license:       MIT
 license-file:  LICENSE
 author:        Timothy Jones
@@ -119,7 +119,7 @@
     case-insensitive           >= 1.0  && < 1.3,
     containers                 >= 0.5  && < 0.6,
     utf8-string                >= 0.3  && < 1.1,
-    QuickCheck                 >= 2.6  && < 2.11,
+    QuickCheck                 >= 2.6  && < 2.12,
     test-framework             >= 0.8  && < 0.9,
     test-framework-quickcheck2 >= 0.3  && < 0.4
 
