diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.5.0.1
+
+* Doc fix
+
 ## 0.5.0
 
 * Remove `instance Default Request`
diff --git a/Network/HTTP/Client.hs b/Network/HTTP/Client.hs
--- a/Network/HTTP/Client.hs
+++ b/Network/HTTP/Client.hs
@@ -75,12 +75,6 @@
 -- the case of an invalid URI. In addition, if you leverage the @IsString@
 -- instance of the 'Request' value via @OverloadedStrings@, an invalid URI will
 -- result in a partial value. Caveat emptor!
---
--- Non-2xx responses: the default behavior of all functions in http-client is
--- to automatically perform up to 10 redirects (response codes 301, 302, 303,
--- and 307), and to throw a 'StatusCodeException' on all responses whose status
--- are not in the 2xx range. These behaviors can be overridden by the
--- 'redirectCount' and 'checkStatus' settings on a request, respectively.
 module Network.HTTP.Client
     ( -- $example1
 
diff --git a/http-client.cabal b/http-client.cabal
--- a/http-client.cabal
+++ b/http-client.cabal
@@ -1,5 +1,5 @@
 name:                http-client
-version:             0.5.0
+version:             0.5.0.1
 synopsis:            An HTTP client engine
 description:         Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/http-client>.
 homepage:            https://github.com/snoyberg/http-client
@@ -36,7 +36,7 @@
                        Network.PublicSuffixList.Serialize
                        Network.PublicSuffixList.DataStructure
   build-depends:       base              >= 4.5    && < 5
-                     , bytestring        >= 0.9
+                     , bytestring        >= 0.10
                      , text              >= 0.11
                      , http-types        >= 0.8
                      , blaze-builder     >= 0.3
