diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 ## Unreleased changes
 
+## [v2.0.0.6](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.5...v2.0.0.6)
+
+- Relax dependency bounds
+
 ## [v2.0.0.5](https://github.com/freckle/yesod-page-cursor/compare/v2.0.0.4...v2.0.0.5)
 
 - Relax persistent upper bound
diff --git a/yesod-page-cursor.cabal b/yesod-page-cursor.cabal
--- a/yesod-page-cursor.cabal
+++ b/yesod-page-cursor.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               yesod-page-cursor
-version:            2.0.0.5
+version:            2.0.0.6
 license:            MIT
 license-file:       LICENSE
 copyright:          2020 Renaissance Learning Inc
@@ -61,8 +61,8 @@
         monad-logger >=0.3.36 && <0.4,
         mtl >=2.2.2 && <2.3,
         persistent >=2.11.0.2 && <2.13,
-        persistent-sqlite >=2.11.0.0 && <2.12,
-        persistent-template >=2.9.1.0 && <2.10,
+        persistent-sqlite >=2.11.0.0 && <2.13,
+        persistent-template >=2.9.1.0 && <2.13,
         scientific >=0.3.6.2 && <0.4,
         text >=1.2.3.2 && <1.3,
         time >=1.9.3 && <1.12,
