diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,3 @@
+* 0.1.0.2 - Added changelog
+* 0.1.0.1 - Added documentation
+* 0.1.0.0 - Initial release
diff --git a/wai-throttler.cabal b/wai-throttler.cabal
--- a/wai-throttler.cabal
+++ b/wai-throttler.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                wai-throttler
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Wai middleware for request throttling
 -- description:         
 license:             MIT
@@ -12,6 +12,7 @@
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.10
+extra-source-files:  changelog.md
 
 source-repository head
   type:                git
