diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.2.1.5
+    * Bump `blaze-html` dependency to allow 0.9
+
 - 0.2.1.4
     * Bump `snap` to allow 1.0
 
diff --git a/snap-blaze.cabal b/snap-blaze.cabal
--- a/snap-blaze.cabal
+++ b/snap-blaze.cabal
@@ -1,5 +1,5 @@
 Name:          snap-blaze
-Version:       0.2.1.4
+Version:       0.2.1.5
 Synopsis:      blaze-html integration for Snap
 Description:   blaze-html integration for Snap
 Homepage:      http://github.com/jaspervdj/snap-blaze
@@ -23,7 +23,7 @@
 
   Build-depends:
     base       >= 4   && < 5,
-    blaze-html >= 0.5 && < 0.9,
+    blaze-html >= 0.5 && < 0.10,
     snap-core  >= 0.6 && < 1.1
 
 Source-repository head
