diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Changelog
 
+### 0.3.1 (2014-10-11)
+
+* Allow `fay 0.21`
+
 #### 0.3.0.2 (2014-04-29)
 
 * Allow `fay 0.20`
diff --git a/fay-text.cabal b/fay-text.cabal
--- a/fay-text.cabal
+++ b/fay-text.cabal
@@ -1,5 +1,5 @@
 name:                fay-text
-version:             0.3.0.2
+version:             0.3.1
 synopsis:            Fay Text type represented as JavaScript strings
 description:         Text type represented as JavaScript strings for Fay and Data.Text for GHC. Use with OverloadedStrings and RebindableSyntax to have Fay treat string literals as Text.
 homepage:            https://github.com/faylang/fay-text
@@ -26,6 +26,6 @@
   hs-source-dirs: src
   exposed-modules: Fay.Text, Fay.Text.Type
   ghc-options: -Wall
-  build-depends: text     <  1.2
-               , fay      >= 0.19 && < 0.21
+  build-depends: text     <  1.3
+               , fay      >= 0.19 && < 0.22
                , fay-base == 0.19.*
