diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
 # CHANGELOG
 
+- 0.8.8.1 (2018-07-18)
+    * Bump heist dependency to 1.1
+
 - 0.8.8.0 (2017-12-26)
     * Remove path information from Choice input element values
 
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.8.0
+Version:       0.8.8.1
 Synopsis:      Heist frontend for the digestive-functors library
 Description:   Heist frontend for the digestive-functors library
 Homepage:      http://github.com/jaspervdj/digestive-functors
@@ -22,11 +22,11 @@
     Text.Digestive.Heist.Compiled
 
   Build-depends:
-    base               >= 4     && < 5,
-    blaze-builder      >= 0.3   && < 0.5,
-    digestive-functors >= 0.8.3 && < 0.9,
-    heist              >= 0.13  && < 1.1,
-    map-syntax         >= 0.2   && < 0.3,
-    mtl                >= 2     && < 2.3,
-    text               >= 0.11  && < 1.3,
-    xmlhtml            >= 0.1   && < 0.3
+    base                  >= 4     && < 5,
+    blaze-builder         >= 0.3   && < 0.5,
+    digestive-functors    >= 0.8.3 && < 0.9,
+    heist                 >= 0.13  && < 1.2,
+    map-syntax            >= 0.2   && < 0.4,
+    mtl                   >= 2     && < 2.3,
+    text                  >= 0.11  && < 1.3,
+    xmlhtml               >= 0.1   && < 0.3
