diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,2 @@
+- 0.2.1.3
+    * Bump `blaze-html` dependency to allow 0.8
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.2
+Version:       0.2.1.3
 Synopsis:      blaze-html integration for Snap
 Description:   blaze-html integration for Snap
 Homepage:      http://github.com/jaspervdj/snap-blaze
@@ -11,6 +11,8 @@
 Build-type:    Simple
 Cabal-version: >= 1.6
 
+Extra-source-files:
+  CHANGELOG
 
 Library
   Hs-source-dirs: src
@@ -21,7 +23,7 @@
 
   Build-depends:
     base       >= 4   && < 5,
-    blaze-html >= 0.5 && < 0.8,
+    blaze-html >= 0.5 && < 0.9,
     snap-core  >= 0.6 && < 0.10
 
 Source-repository head
