diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,10 @@
 Changelog
 =========
 
+- [Version 0.7.1.3](https://github.com/zmthy/http-media/releases/tag/v0.7.1.3)
+
+  Package bounds have been updated for GHC 8.6.
+
 - [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
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.2
+version:       0.7.1.3
 license:       MIT
 license-file:  LICENSE
 author:        Timothy Jones
@@ -70,10 +70,10 @@
     Network.HTTP.Media.Utils
 
   build-depends:
-    base             >= 4.7  && < 4.11,
+    base             >= 4.7  && < 4.13,
     bytestring       >= 0.10 && < 0.11,
     case-insensitive >= 1.0  && < 1.3,
-    containers       >= 0.5  && < 0.6,
+    containers       >= 0.5  && < 0.7,
     utf8-string      >= 0.3  && < 1.1
 
 test-suite test-http-media
@@ -114,12 +114,12 @@
     Network.HTTP.Media.Utils
 
   build-depends:
-    base                       >= 4.7  && < 4.11,
+    base                       >= 4.7  && < 4.13,
     bytestring                 >= 0.10 && < 0.11,
     case-insensitive           >= 1.0  && < 1.3,
-    containers                 >= 0.5  && < 0.6,
+    containers                 >= 0.5  && < 0.7,
     utf8-string                >= 0.3  && < 1.1,
-    QuickCheck                 >= 2.6  && < 2.12,
+    QuickCheck                 >= 2.6  && < 2.13,
     test-framework             >= 0.8  && < 0.9,
     test-framework-quickcheck2 >= 0.3  && < 0.4
 
