diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+pandoc-citeproc (0.7.0.2)
+
+  * Bump version bound for xml-conduit.
+
 pandoc-citeproc (0.7.0.1)
 
   * In YAML use pandoc markdown syntax for super, subscript (#128).
diff --git a/pandoc-citeproc.cabal b/pandoc-citeproc.cabal
--- a/pandoc-citeproc.cabal
+++ b/pandoc-citeproc.cabal
@@ -1,5 +1,5 @@
 name:               pandoc-citeproc
-version:            0.7.0.1
+version:            0.7.0.2
 cabal-version:      >= 1.12
 synopsis:           Supports using pandoc with citeproc
 
@@ -139,7 +139,7 @@
     build-depends:    containers, directory, mtl,
                       bytestring, filepath, pandoc-types >= 1.12.3, tagsoup,
                       aeson >= 0.7 && < 0.9, text, vector,
-                      xml-conduit >= 1.2 && < 1.3,
+                      xml-conduit >= 1.2 && < 1.4,
                       data-default,
                       setenv >= 0.1 && < 0.2,
                       split, yaml >= 0.8.8.7, pandoc >= 1.13
