diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.8.6.1
+    * Bump heist dependency to 0.14
+
 - 0.8.6.0
     * Make the dfIfChildErrors splice run its children
     * Allow dfListItem to be used multiple times
diff --git a/digestive-functors-heist.cabal b/digestive-functors-heist.cabal
--- a/digestive-functors-heist.cabal
+++ b/digestive-functors-heist.cabal
@@ -1,5 +1,5 @@
 Name:          digestive-functors-heist
-Version:       0.8.6.0
+Version:       0.8.6.1
 Synopsis:      Heist frontend for the digestive-functors library
 Description:   Heist frontend for the digestive-functors library
 Homepage:      http://github.com/jaspervdj/digestive-functors
@@ -25,7 +25,7 @@
     base               >= 4      && < 5,
     blaze-builder      >= 0.3    && < 0.4,
     digestive-functors >= 0.6.1  && < 0.8,
-    heist              >= 0.13   && < 0.14,
+    heist              >= 0.13   && < 0.15,
     mtl                >= 2      && < 2.3,
     text               >= 0.11   && < 1.2,
     xmlhtml            >= 0.1    && < 0.3
