diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # ChangeLog for yesod-static
 
+## 1.6.1.3
+
+* Support `yesod-core` 1.7
+
 ## 1.6.1.2
 
 * Allow JavaScript MIME type used by `mime-types >= 0.1.2.1` in test suite [#1898](https://github.com/yesodweb/yesod/pull/1898)
diff --git a/yesod-static.cabal b/yesod-static.cabal
--- a/yesod-static.cabal
+++ b/yesod-static.cabal
@@ -1,5 +1,5 @@
 name:            yesod-static
-version:         1.6.1.2
+version:         1.6.1.3
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -55,7 +55,7 @@
                    , unordered-containers  >= 0.2
                    , wai                   >= 1.3
                    , wai-app-static        >= 3.1
-                   , yesod-core            >= 1.6      && < 1.7
+                   , yesod-core            >= 1.6      && < 1.8
 
     exposed-modules: Yesod.Static
                      Yesod.EmbeddedStatic
