diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,4 +1,9 @@
+0.1.0.2:
+
+  * Drop upper bounds entirely.
+
 0.1.0.1:
+
   * Raise http-client upper boundary.
 
 0.1:
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.1
+version:             0.1.0.2
 synopsis:            TLS-enabled SOAP transport (using openssl bindings)
 description:
   TLS-enabled SOAP transport (using openssl bindings)
@@ -27,9 +27,9 @@
   ghc-options:         -Wall
   exposed-modules:     Network.SOAP.Transport.HTTP.OpenSSL
   build-depends:       base >=4.6 && <5
-                     , soap >= 0.2.2 && < 0.3
-                     , http-client >= 0.2 && < 0.4
-                     , http-client-openssl >= 0.2 && < 0.3
+                     , soap >= 0.2.2
+                     , http-client >= 0.2
+                     , http-client-openssl >= 0.2
                      , HsOpenSSL
                      , text
                      , configurator
