diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+0.1.0.1:
+  * Raise http-client upper boundary.
+
 0.1:
 
   + Initial version.
diff --git a/soap-openssl.cabal b/soap-openssl.cabal
--- a/soap-openssl.cabal
+++ b/soap-openssl.cabal
@@ -1,5 +1,5 @@
 name:                soap-openssl
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            TLS-enabled SOAP transport (using openssl bindings)
 description:
   TLS-enabled SOAP transport (using openssl bindings)
@@ -28,7 +28,7 @@
   exposed-modules:     Network.SOAP.Transport.HTTP.OpenSSL
   build-depends:       base >=4.6 && <5
                      , soap >= 0.2.2 && < 0.3
-                     , http-client >= 0.2 && < 0.3
+                     , http-client >= 0.2 && < 0.4
                      , http-client-openssl >= 0.2 && < 0.3
                      , HsOpenSSL
                      , text
