diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,14 @@
 Changelog
 =========
 
+- [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.
+
 - [Version 0.7.1](https://github.com/zmthy/http-media/releases/tag/v0.7.1)
 
-  Travis now tests against a range of Stack LTS environments, instead of
-  using multi-ghc.
+  Travis now tests against a range of Stackage LTS environments, instead
+  of using multi-ghc.
 
   Support for base-4.6 has now been correctly removed in the Cabal file.
 
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
+version:       0.7.1.1
 license:       MIT
 license-file:  LICENSE
 author:        Timothy Jones
@@ -70,7 +70,7 @@
     Network.HTTP.Media.Utils
 
   build-depends:
-    base             >= 4.7  && < 4.10,
+    base             >= 4.7  && < 4.11,
     bytestring       >= 0.10 && < 0.11,
     case-insensitive >= 1.0  && < 1.3,
     containers       >= 0.5  && < 0.6,
@@ -114,7 +114,7 @@
     Network.HTTP.Media.Utils
 
   build-depends:
-    base                       >= 4.7  && < 4.10,
+    base                       >= 4.7  && < 4.11,
     bytestring                 >= 0.10 && < 0.11,
     case-insensitive           >= 1.0  && < 1.3,
     containers                 >= 0.5  && < 0.6,
