diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.4.1.1
+
+* Remove an upper bound
+
 ## 0.4.1
 
 Add various hamlet features to xml-hamlet [#91](https://github.com/snoyberg/xml/pull/91)
diff --git a/xml-hamlet.cabal b/xml-hamlet.cabal
--- a/xml-hamlet.cabal
+++ b/xml-hamlet.cabal
@@ -1,5 +1,5 @@
 Name:                xml-hamlet
-Version:             0.4.1
+Version:             0.4.1.1
 Synopsis:            Hamlet-style quasiquoter for XML content
 Homepage:            http://www.yesodweb.com/
 License:             BSD3
@@ -19,7 +19,7 @@
   
   Build-depends:       base                       >= 4        && < 5
                      , shakespeare                >= 1.0      && < 2.2
-                     , xml-conduit                >= 1.0      && < 1.5
+                     , xml-conduit                >= 1.0
                      , text                       >= 0.10
                      , template-haskell
                      , parsec                     >= 2.0      && < 3.2
