diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Changelog
 
+#### 0.3.3.9 (2015-01-05)
+
+* Allow `fay 0.22.*`.
+
 #### 0.3.3.8 (2014-10-11)
 
 * Allow `fay 0.21.*`
diff --git a/snaplet-fay.cabal b/snaplet-fay.cabal
--- a/snaplet-fay.cabal
+++ b/snaplet-fay.cabal
@@ -1,5 +1,5 @@
 name:                snaplet-fay
-version:             0.3.3.8
+version:             0.3.3.9
 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>.
@@ -55,7 +55,7 @@
     , bytestring   >= 0.9 && < 0.11
     , configurator >= 0.2 && < 0.4
     , directory    >= 1.1 && < 1.3
-    , fay          >= 0.20 && < 0.22
+    , fay          >= 0.20 && < 0.23
     , filepath     == 1.3.*
     , mtl          >= 2.1 && < 2.3
     , snap         >= 0.11.1 && < 0.14
