diff --git a/Changelog b/Changelog
new file mode 100644
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,3 @@
+1.0.0.7
+  - adjusted text dependency as is done for parsec-1.3.5
+  - added changelog extra source file
diff --git a/parsec3.cabal b/parsec3.cabal
--- a/parsec3.cabal
+++ b/parsec3.cabal
@@ -1,5 +1,5 @@
 name:           parsec3
-version:        1.0.0.6
+version:        1.0.0.7
 cabal-version: >= 1.2.3
 license:        BSD3
 license-file:   LICENSE
@@ -27,7 +27,8 @@
         avoid module ambiguities for users just installing your package.  Your
         own module ambiguities are best avoided by hiding packages.
         .
-        This version reflects the changes of parsec-3.1.4
+        This version reflects the changes of parsec-3.1.5
+extra-source-files: Changelog
 library
     exposed-modules:
         Text.Parsec,
