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,3 @@
+## wai-websockets
+
+Use websockets with WAI applications, primarily those hosted via Warp.
diff --git a/wai-websockets.cabal b/wai-websockets.cabal
--- a/wai-websockets.cabal
+++ b/wai-websockets.cabal
@@ -1,5 +1,5 @@
 Name:                wai-websockets
-Version:             3.0.0.2
+Version:             3.0.0.3
 Synopsis:            Provide a bridge betweeen WAI and the websockets package.
 License:             MIT
 License-file:        LICENSE
@@ -10,9 +10,10 @@
 Build-Type:          Simple
 Cabal-Version:       >=1.8
 Stability:           Stable
-Description:         This is primarily intended for use with Warp and its settingsIntercept.
+description:         API docs and the README are available at <http://www.stackage.org/package/wai-websockets>.
 
 extra-source-files: static/client.js, static/client.html, static/screen.css
+                    README.md ChangeLog.md
 
 flag example
 
