diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,3 @@
+## 1.0.0
+
+* Support for mono-traversable-1.0.0
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+## classy-prelude-yesod
+
+classy-prelude together with the Yesod web framework
diff --git a/classy-prelude-yesod.cabal b/classy-prelude-yesod.cabal
--- a/classy-prelude-yesod.cabal
+++ b/classy-prelude-yesod.cabal
@@ -1,8 +1,8 @@
 name:                classy-prelude-yesod
-version:             0.12.8
+version:             1.0.0
 synopsis:            Provide a classy prelude including common Yesod functionality.
 description:         This is an extension of classy-prelude-conduit, adding in commonly used functions and data types from Yesod.
-homepage:            https://github.com/snoyberg/classy-prelude
+homepage:            https://github.com/snoyberg/mono-traversable
 license:             MIT
 license-file:        LICENSE
 author:              Michael Snoyman
@@ -10,12 +10,13 @@
 category:            Control
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  README.md ChangeLog.md
 
 library
   exposed-modules:     ClassyPrelude.Yesod
   build-depends:       base >= 4 && < 5
-                     , classy-prelude >= 0.12.8 && < 0.12.9
-                     , classy-prelude-conduit >= 0.12.8 && < 0.12.9
+                     , classy-prelude >= 1.0.0 && < 1.0.1
+                     , classy-prelude-conduit >= 1.0.0 && < 1.0.1
                      , yesod >= 1.2
                      , yesod-newsfeed
                      , yesod-static
@@ -24,3 +25,7 @@
                      , persistent >= 1.1
                      , aeson
                      , data-default
+
+source-repository head
+  type:     git
+  location: https://github.com/snoyberg/mono-traversable.git
