diff --git a/crypto-conduit.cabal b/crypto-conduit.cabal
--- a/crypto-conduit.cabal
+++ b/crypto-conduit.cabal
@@ -1,6 +1,6 @@
 Cabal-version:       >= 1.8
 Name:                crypto-conduit
-Version:             0.1.1.1
+Version:             0.1.1.2
 Synopsis:            Conduit interface for cryptographic operations (from crypto-api).
 Homepage:            https://github.com/meteficha/crypto-conduit
 License:             BSD3
@@ -32,7 +32,7 @@
     bytestring   >= 0.9 && < 0.10,
     cereal       >= 0.3 && < 0.4,
     crypto-api   >= 0.8 && < 0.9,
-    conduit      >= 0.0 && < 0.1,
+    conduit      >= 0.0 && < 0.2,
     transformers == 0.2.*
   GHC-options: -Wall
 
@@ -43,7 +43,7 @@
     bytestring   >= 0.9 && < 0.10,
     cereal       >= 0.3 && < 0.4,
     crypto-api   >= 0.8 && < 0.9,
-    conduit      >= 0.0 && < 0.1,
+    conduit      >= 0.0 && < 0.2,
     transformers == 0.2.*,
 
     cryptocipher == 0.3.*,
