diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+PLACEHOLDER
+-----
+
+0.1.6.4
+-----
+
+0.1.6.3
+-----
+* Add homepage and bug-reports to cabal file, linking to the github repository
+  and its issue tracker, respectively.
+* Added `CHANGELOG.md`.
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
diff --git a/string-class.cabal b/string-class.cabal
--- a/string-class.cabal
+++ b/string-class.cabal
@@ -1,16 +1,25 @@
-name:                  string-class
-version:               0.1.6.1
-cabal-version:         >= 1.10
-build-type:            Simple
-license:               BSD3
-license-file:          LICENSE
-copyright:             Copyright (C) 2010 Byron James Johnson
-author:                Byron James Johnson
-maintainer:            ByronJohnsonFP@gmail.com
-synopsis:              String class library
-description:           String class library
-category:              Data, Text
-tested-with:           GHC == 7.8.2
+name:               string-class
+-- Don't forget to bump the tag and CHANGELOG placeholder too.
+version:            0.1.6.4
+cabal-version:      >= 1.18
+build-type:         Simple
+license:            BSD3
+license-file:       LICENSE
+copyright:          Copyright (C) 2010 Byron James Johnson
+author:             Byron James Johnson
+maintainer:         ByronJohnsonFP@gmail.com
+category:           Data, Text
+homepage:           https://github.com/bairyn/string-class
+bug-reports:        https://github.com/bairyn/string-class/issues
+tested-with:        GHC == 7.8.3
+extra-source-files:
+-- The extra-doc-files property requires cabal-version >= 1.18.
+extra-doc-files:
+  README.md
+ ,CHANGELOG.md
+synopsis:           String class library
+description:
+  String class library.
 
 library
   default-language: Haskell2010
@@ -44,3 +53,8 @@
 source-repository head
   type:     git
   location: git@github.com:bairyn/string-class.git
+
+source-repository this
+  type:     git
+  location: git@github.com:bairyn/string-class.git
+  tag:      v0.1.6.4
