diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,30 @@
+2014-05-15 v0.2.0.0
+
+* Builds with GHC 7.6.3 and 7.8.2.
+* Reduced dependencies on ghc-mod and Cabal internals.
+* GHC option discovery using a fake GHC binary.
+* Various tidyups via hlint.
+* Removed cabal constraints file.
+
+2014-05-02 v0.1.0.4
+
+* Fix for hashed directory in sandbox dist/build; see also
+  https://github.com/carlohamalainen/ghc-imported-from/issues/10
+
+2014-03-03 v0.1.0.3
+
+* Fix build failure by pinning all package dependencies.
+
+2014-01-26 v0.1.0.2
+
+* Use more of ghc-mod's API to set the correct GHC command
+  line arguments.
+
+2014-01-24 v0.1.0.1
+
+* Change module layout to Language.Haskell.GhcImportedFrom
+  to comply with hackage.haskell.org guidelines.
+
+2014-01-21 v0.1.0.0
+
+* First version on hackage.haskell.org
diff --git a/ghc-imported-from.cabal b/ghc-imported-from.cabal
--- a/ghc-imported-from.cabal
+++ b/ghc-imported-from.cabal
@@ -1,5 +1,5 @@
 name:                ghc-imported-from
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Find the Haddock documentation for a symbol.
 description:         Given a Haskell module and symbol, determine the URL to the Haddock documentation
                      for that symbol.
@@ -11,7 +11,8 @@
 -- copyright:
 category:            Development
 build-type:          Simple
-extra-source-files:  README.md
+extra-source-files:  README.md changelog.md
+
 cabal-version:       >=1.10
 
 extra-source-files:  test/*.hs
