diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # ChangeLog for yesod-auth
 
+## 1.6.12.1
+
+* Support `yesod-core` 1.7
+
 ## 1.6.12.0
 
 * Add `afterPasswordRouteHandler` [#1863](https://github.com/yesodweb/yesod/pull/1863)
diff --git a/yesod-auth.cabal b/yesod-auth.cabal
--- a/yesod-auth.cabal
+++ b/yesod-auth.cabal
@@ -1,6 +1,6 @@
 cabal-version:   >=1.10
 name:            yesod-auth
-version:         1.6.12.0
+version:         1.6.12.1
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman, Patrick Brisbin
@@ -57,7 +57,7 @@
                    , unliftio-core
                    , unordered-containers
                    , wai                     >= 1.4
-                   , yesod-core              >= 1.6       && < 1.7
+                   , yesod-core              >= 1.6       && < 1.8
                    , yesod-form              >= 1.6       && < 1.8
                    , yesod-persistent        >= 1.6
 
