diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c)2012, Andrew Farmer <anfarmer@ku.edu>
+Copyright (c) 2012-Present, Andrew Farmer <anfarmer@ku.edu>
 
 All rights reserved.
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+## 0.6.0.1
+
+* Update links to new wai-middleware-static github/issue tracker.
+
+* Bump upper bound for `text`
+
 ## 0.6.0
 
 * Update to wai 3.0
diff --git a/wai-middleware-static.cabal b/wai-middleware-static.cabal
--- a/wai-middleware-static.cabal
+++ b/wai-middleware-static.cabal
@@ -1,8 +1,8 @@
 Name:                wai-middleware-static
-Version:             0.6.0
+Version:             0.6.0.1
 Synopsis:            WAI middleware that serves requests to static files.
-Homepage:            https://github.com/scotty-web/scotty
-Bug-reports:         https://github.com/scotty-web/scotty/issues
+Homepage:            https://github.com/scotty-web/wai-middleware-static
+Bug-reports:         https://github.com/scotty-web/wai-middleware-static/issues
 License:             BSD3
 License-file:        LICENSE
 Author:              Andrew Farmer <afarmer@ittc.ku.edu>
@@ -30,11 +30,11 @@
                        filepath         >= 1.3.0.1  && < 1.4,
                        http-types       >= 0.8.2    && < 0.9,
                        mtl              >= 2.1.2    && < 2.3,
-                       text             >= 0.11.3.1 && < 1.2,
+                       text             >= 0.11.3.1 && < 1.3,
                        wai              >= 3.0.0    && < 3.1
 
   GHC-options: -Wall -fno-warn-orphans
 
 source-repository head
   type:     git
-  location: git://github.com/scotty-web/scotty.git
+  location: git://github.com/scotty-web/wai-middleware-static.git
