diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Changelog
 
+#### 0.3.3.3 (2014-01-17)
+
+* Allow fay 0.19.*
+
 #### 0.3.3.2 (2013-11-07)
 
 * example: Allow fay-text 0.3
diff --git a/snaplet-fay.cabal b/snaplet-fay.cabal
--- a/snaplet-fay.cabal
+++ b/snaplet-fay.cabal
@@ -5,7 +5,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.3.2
+version:             0.3.3.3
 synopsis:            Fay integration for Snap with request- and pre-compilation.
 description:         Fay integration for Snap with request based compilation during development and precompilation in production.
                      For more information, please see <https://github.com/bergmark/snaplet-fay>.
@@ -62,7 +62,7 @@
     , configurator == 0.2.*
     , data-default == 0.5.*
     , directory    >= 1.1 && < 1.3
-    , fay          >= 0.18.0.2 && < 0.19
+    , fay          >= 0.18.0.2 && < 0.20
     , filepath     == 1.3.*
     , mtl          == 2.1.*
     , snap         >= 0.11.1 && < 0.14
