diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,7 @@
+## 0.7.2.5
+
+* Support cereal 0.5
+
+## 0.7
+
+* Upgrade to conduit 1.0.0
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+## cereal-conduit
+
+Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.
diff --git a/cereal-conduit.cabal b/cereal-conduit.cabal
--- a/cereal-conduit.cabal
+++ b/cereal-conduit.cabal
@@ -1,5 +1,5 @@
 name:            cereal-conduit
-version:         0.7.2.4
+version:         0.7.2.5
 license:         BSD3
 license-file:    LICENSE
 author:          Myles C. Maxfield <myles.maxfield@gmail.com>
@@ -7,21 +7,19 @@
 synopsis:        Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits
 description:
     Turn Data.Serialize Gets and Puts into Sources, Sinks, and Conduits.
-    .
-    [0.7]
-        Upgrade to conduit 1.0.0
 category:        Conduit
 stability:       Experimental
 cabal-version:   >= 1.8
 build-type:      Simple
 homepage:        https://github.com/snoyberg/conduit
 bug-reports:     https://github.com/snoyberg/conduit/issues
+extra-source-files: README.md ChangeLog.md
 
 library
     build-depends: base         >= 4       && < 5
                  , conduit      >= 1.0.0   && < 1.3
                  , resourcet    >= 0.4     && < 1.2
-                 , cereal       >= 0.4.0.0 && < 0.5
+                 , cereal       >= 0.4.0.0 && < 0.6
                  , bytestring
                  , transformers >= 0.2.0.0
     exposed-modules: Data.Conduit.Cereal
