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 @@
+## authenticate-oauth
+
+OAuth authentication, e.g. Twitter.
diff --git a/authenticate-oauth.cabal b/authenticate-oauth.cabal
--- a/authenticate-oauth.cabal
+++ b/authenticate-oauth.cabal
@@ -1,16 +1,17 @@
 name:            authenticate-oauth
-version:         1.5
+version:         1.5.0.1
 license:         BSD3
 license-file:    LICENSE
 author:          Hiromi Ishii
 maintainer:      Hiromi Ishii
 synopsis:        Library to authenticate with OAuth for Haskell web applications.
-description:     OAuth authentication, e.g. Twitter.
+description:     API docs and the README are available at <http://www.stackage.org/package/authenticate-oauth>.
 category:        Web
 stability:       Stable
 cabal-version:   >= 1.6
 build-type:      Simple
 homepage:        http://github.com/yesodweb/authenticate
+extra-source-files: README.md ChangeLog.md
 
 library
     build-depends:   base                          >= 4        && < 5
