diff --git a/yesod-persistent.cabal b/yesod-persistent.cabal
--- a/yesod-persistent.cabal
+++ b/yesod-persistent.cabal
@@ -1,5 +1,5 @@
 name:            yesod-persistent
-version:         1.0.0.1
+version:         1.1.0
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -14,9 +14,9 @@
 
 library
     build-depends:   base                      >= 4        && < 5
-                   , yesod-core                >= 1.0      && < 1.1
-                   , persistent                >= 0.9      && < 0.10
-                   , persistent-template       >= 0.9      && < 0.10
+                   , yesod-core                >= 1.1      && < 1.2
+                   , persistent                >= 1.0      && < 1.1
+                   , persistent-template       >= 1.0      && < 1.1
                    , transformers              >= 0.2.2    && < 0.4
     exposed-modules: Yesod.Persist
     ghc-options:     -Wall
