diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## 0.7.2
+
+* Bump lower bound on conduit, add conduit-extra to cabal build depends.
+
 ## 0.7.1
 
 * Default warp settings now use `setFdCacheDuration 0` to work around a warp
diff --git a/scotty.cabal b/scotty.cabal
--- a/scotty.cabal
+++ b/scotty.cabal
@@ -1,5 +1,5 @@
 Name:                scotty
-Version:             0.7.1
+Version:             0.7.2
 Synopsis:            Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp
 Homepage:            https://github.com/scotty-web/scotty
 Bug-reports:         https://github.com/scotty-web/scotty/issues
@@ -7,7 +7,7 @@
 License-file:        LICENSE
 Author:              Andrew Farmer <afarmer@ittc.ku.edu>
 Maintainer:          Andrew Farmer <afarmer@ittc.ku.edu>
-Copyright:           (c) 2012-2013 Andrew Farmer
+Copyright:           (c) 2012-2014 Andrew Farmer
 Category:            Web
 Stability:           experimental
 Build-type:          Simple
@@ -73,7 +73,8 @@
                        blaze-builder    >= 0.3.3.0  && < 0.4,
                        bytestring       >= 0.10.0.2 && < 0.11,
                        case-insensitive >= 1.0.0.1  && < 1.2,
-                       conduit          >= 1.0.9.3  && < 1.1,
+                       conduit          >= 1.1      && < 1.2,
+                       conduit-extra    >= 1.1      && < 1.2,
                        data-default     >= 0.5.3    && < 0.6,
                        http-types       >= 0.8.2    && < 0.9,
                        mtl              >= 2.1.2    && < 2.2,
