diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+0.1.0.5
+* Fix minimum version dependency for http-types
+
 0.1.0.4
 * Change HTTP response status code to 429
 
diff --git a/wai-throttler.cabal b/wai-throttler.cabal
--- a/wai-throttler.cabal
+++ b/wai-throttler.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                wai-throttler
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Wai middleware for request throttling
 -- description:
 license:             MIT
@@ -25,5 +25,5 @@
                      , containers == 0.5.*
                      , time == 1.4.*
                      , wai == 2.*
-                     , http-types == 0.8.*
+                     , http-types >= 0.8.5
   default-language:    Haskell2010
