diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.5.0
+
+* Upgrade to conduit 1.3
+
 ## 0.4.1.1
 
 * Remove an upper bound
diff --git a/test/main.hs b/test/main.hs
--- a/test/main.hs
+++ b/test/main.hs
@@ -124,7 +124,7 @@
           justTrue = Just True
       in [xml|
 $case nothing
-    $of Just val
+    $of Just _val
     $of Nothing
         <one>
 $case justTrue
@@ -138,7 +138,7 @@
         $if val
             <three>
 $case Nothing
-    $of Just val
+    $of Just _val
     $of _
         <four>
 |] @?=
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.1
+Version:             0.5.0
 Synopsis:            Hamlet-style quasiquoter for XML content
 Homepage:            http://www.yesodweb.com/
 License:             BSD3
