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/ClassyPrelude/Conduit.hs b/ClassyPrelude/Conduit.hs
--- a/ClassyPrelude/Conduit.hs
+++ b/ClassyPrelude/Conduit.hs
@@ -9,4 +9,4 @@
     ) where
 
 import ClassyPrelude
-import Conduit
+import Conduit hiding (throwM)
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+## classy-prelude-conduit
+
+classy-prelude together with conduit functions
diff --git a/classy-prelude-conduit.cabal b/classy-prelude-conduit.cabal
--- a/classy-prelude-conduit.cabal
+++ b/classy-prelude-conduit.cabal
@@ -1,8 +1,8 @@
 name:                classy-prelude-conduit
-version:             0.12.8
-synopsis:            conduit instances for classy-prelude
-description:         conduit instances for classy-prelude
-homepage:            https://github.com/snoyberg/classy-prelude
+version:             1.0.0
+synopsis:            classy-prelude together with conduit functions
+description:         classy-prelude together with conduit functions
+homepage:            https://github.com/snoyberg/mono-traversable
 license:             MIT
 license-file:        LICENSE
 author:              Michael Snoyman
@@ -10,12 +10,13 @@
 category:            Control, Prelude
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  README.md ChangeLog.md
 
 library
   exposed-modules:     ClassyPrelude.Conduit
   build-depends:       base                          >= 4          && < 5
                      , conduit                       >= 1.0        && < 1.3
-                     , classy-prelude                >= 0.12.8     && < 0.12.9
+                     , classy-prelude                >= 1.0.0      && < 1.0.1
                      , transformers
                      , monad-control
                      , resourcet
@@ -38,4 +39,4 @@
 
 source-repository head
   type:     git
-  location: git://github.com/snoyberg/classy-prelude.git
+  location: https://github.com/snoyberg/mono-traversable.git
