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