diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.1.1.3:
+
+  * Drop upper bounds entirely.
+
 0.1.1.1:
 
   * Raise http-client upper boundary.
diff --git a/soap-tls.cabal b/soap-tls.cabal
--- a/soap-tls.cabal
+++ b/soap-tls.cabal
@@ -1,5 +1,5 @@
 name:                soap-tls
-version:             0.1.1.1
+version:             0.1.1.2
 synopsis:            TLS-enabled SOAP transport (using tls package)
 description:
   TLS-enabled SOAP transport (using tls package)
@@ -27,11 +27,11 @@
   ghc-options:         -Wall
   exposed-modules:     Network.SOAP.Transport.HTTP.TLS
   build-depends:       base >=4.6 && <5
-                     , soap >= 0.2.2 && < 0.3
-                     , http-client >= 0.2 && < 0.4
-                     , http-client-tls >= 0.2 && < 0.3
-                     , tls >= 1.2 && < 2
-                     , connection >= 0.2 && < 0.3
+                     , soap >= 0.2.2
+                     , http-client >= 0.2
+                     , http-client-tls >= 0.2
+                     , tls >= 1.2
+                     , connection >= 0.2
                      , x509
                      , x509-store
                      , x509-validation
