diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,1 @@
+No changes logged yet.
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+## wai-conduit
+
+Since version 3.0.0, WAI has no built-in streaming data abstraction.  This
+library provides similar functionality to what existed in WAI 2.x.
diff --git a/wai-conduit.cabal b/wai-conduit.cabal
--- a/wai-conduit.cabal
+++ b/wai-conduit.cabal
@@ -1,8 +1,7 @@
 name:                wai-conduit
-version:             3.0.0.1
+version:             3.0.0.2
 synopsis:            conduit wrappers for WAI
-description:         Since version 3.0.0, WAI has no built-in streaming data abstraction.
-                     This library provides similar functionality to what existed in WAI 2.x.
+description:         API docs and the README are available at <http://www.stackage.org/package/wai-conduit>.
 homepage:            https://github.com/yesodweb/wai
 license:             MIT
 license-file:        LICENSE
@@ -11,6 +10,7 @@
 category:            Web, Conduit
 build-type:          Simple
 cabal-version:       >=1.10
+extra-source-files:  README.md ChangeLog.md
 
 library
   exposed-modules:     Network.Wai.Conduit
