diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+## 0.8.0.3 (2016-07-15)
+
+Fixes:
+  - Bump QuickCheck bounds.
+
 ## 0.8.0.2 (2016-06-08)
 
 Fixes:
diff --git a/default.nix b/default.nix
--- a/default.nix
+++ b/default.nix
@@ -5,7 +5,7 @@
 }:
 mkDerivation {
   pname = "hpio";
-  version = "0.8.0.2";
+  version = "0.8.0.3";
   src = ./.;
   isLibrary = true;
   isExecutable = true;
diff --git a/hpio.cabal b/hpio.cabal
--- a/hpio.cabal
+++ b/hpio.cabal
@@ -1,5 +1,5 @@
 Name:                   hpio
-Version:                0.8.0.2
+Version:                0.8.0.3
 Cabal-Version:          >= 1.10
 Build-Type:             Simple
 Author:                 Drew Hess <src@drewhess.com>
@@ -97,7 +97,7 @@
                       , Trustworthy
                       , TypeSynonymInstances
                       , UndecidableInstances
-  Build-Depends:        QuickCheck          >= 2.7.6  && < 2.9
+  Build-Depends:        QuickCheck          >= 2.7.6  && < 2.10
                       , base                >= 4.7.0  && < 5
                       , base-compat         >= 0.6.0  && < 1
                       , bytestring          >= 0.10.4 && < 0.11
@@ -257,4 +257,4 @@
 Source-Repository this
   Type:                 git
   Location:             git://github.com/dhess/hpio.git
-  Tag:                  v0.8.0.2
+  Tag:                  v0.8.0.3
diff --git a/shell.nix b/shell.nix
--- a/shell.nix
+++ b/shell.nix
@@ -11,7 +11,7 @@
       }:
       mkDerivation {
         pname = "hpio";
-        version = "0.8.0.2";
+        version = "0.8.0.3";
         src = ./.;
         isLibrary = true;
         isExecutable = true;
