diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,1 +1,3 @@
-No changes logged yet
+## 1.4.0.6
+
+* persistent-2.6
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.4.0.5
+version:         1.4.0.6
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -16,8 +16,8 @@
 library
     build-depends:   base                      >= 4        && < 5
                    , yesod-core                >= 1.4.0    && < 1.5
-                   , persistent                >= 2.1      && < 2.6
-                   , persistent-template       >= 2.1      && < 2.6
+                   , persistent                >= 2.1      && < 2.7
+                   , persistent-template       >= 2.1      && < 2.7
                    , transformers              >= 0.2.2
                    , blaze-builder
                    , conduit
