diff --git a/Changelog.md b/Changelog.md
new file mode 100644
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,16 @@
+# 1.0.0.3
+
+* Change the .cabal file to include Changelog.md in source distribution.
+
+# 1.0.0.2
+
+* This version contains only changes to documentation.
+
+# 1.0.0.1
+
+* This version contains only changes to documentation.
+
+# 1.0.0
+
+* Initial public release. Able to run a `TestTree` and produce XML that can be
+  understood by Jenkins.
diff --git a/tasty-ant-xml.cabal b/tasty-ant-xml.cabal
--- a/tasty-ant-xml.cabal
+++ b/tasty-ant-xml.cabal
@@ -1,5 +1,5 @@
 name: tasty-ant-xml
-version: 1.0.0.2
+version: 1.0.0.3
 synopsis: Render tasty output to XML for Jenkins
 description: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
 homepage: http://github.com/ocharles/tasty-ant-xml
@@ -11,6 +11,7 @@
 category: Testing
 build-type: Simple
 cabal-version:       >=1.10
+extra-source-files: Changelog.md
 
 library
   exposed-modules: Test.Tasty.Runners.AntXML
