diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,16 @@
+v0.2.0.2
+--------
+
+* Include the changelog in the tarball
+
+v0.2.0.1
+--------
+
+* Fix a bug in relation stratification
+
+v0.2.0.0
+--------
+
+* New REPL
+* Fixed some correctness bugs
+
diff --git a/datalog.cabal b/datalog.cabal
--- a/datalog.cabal
+++ b/datalog.cabal
@@ -1,5 +1,5 @@
 name:                datalog
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            An implementation of datalog in Haskell
 license:             BSD3
 license-file:        LICENSE
@@ -13,6 +13,8 @@
              any Haskell application.  As a consequence, it supports both
              standard Datalog operations and arbitrary predicates written
              in Haskell.
+
+extra-source-files: CHANGES.md
 
 library
   default-language: Haskell2010
