diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+## 0.8.0.6 (2017-01-25)
+
+Fixes:
+  - Remove hspec upper bounds.
+
 ## 0.8.0.5 (2017-01-11)
 
 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.5";
+  version = "0.8.0.6";
   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.5
+Version:                0.8.0.6
 Cabal-Version:          >= 1.10
 Build-Type:             Simple
 Author:                 Drew Hess <src@drewhess.com>
@@ -220,7 +220,7 @@
                       , directory
                       , exceptions
                       , filepath
-                      , hspec               >= 2.1.7 && < 2.4
+                      , hspec               >= 2.1.7
                       , mtl
                       , mtl-compat
                       , text
@@ -257,4 +257,4 @@
 Source-Repository this
   Type:                 git
   Location:             git://github.com/dhess/hpio.git
-  Tag:                  v0.8.0.5
+  Tag:                  v0.8.0.6
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.5";
+        version = "0.8.0.6";
         src = ./.;
         isLibrary = true;
         isExecutable = true;
