diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
--- a/CHANGELOG
+++ /dev/null
@@ -1,1 +0,0 @@
-See https://github.com/feuerbach/tasty/blob/master/CHANGES.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+
+Changes
+=======
+
+Version 0.8.0.1
+---------------
+
+Split the changelog out of the main tasty changelog
+
+Version 0.8
+-----------
+
+Update to tasty-0.8
+
+Version 0.2
+-----------
+
+* Add an `execRunner` function
+* Make `Runner` return `IO Bool`
+* Re-export useful bits of `Test.SmallCheck` from `Test.Tasty.SmallCheck`
diff --git a/tasty-smallcheck.cabal b/tasty-smallcheck.cabal
--- a/tasty-smallcheck.cabal
+++ b/tasty-smallcheck.cabal
@@ -1,5 +1,5 @@
 Name:                tasty-smallcheck
-Version:             0.8
+Version:             0.8.0.1
 Cabal-Version:       >= 1.6
 Category:            Testing
 Synopsis:            SmallCheck support for the Tasty test framework.
@@ -8,10 +8,10 @@
 License-File:        LICENSE
 Author:              Roman Cheplyaka <roma@ro-che.info>
 Maintainer:          Roman Cheplyaka <roma@ro-che.info>
-Homepage:            https://github.com/feuerbach/tasty
+Homepage:            http://documentup.com/feuerbach/tasty
 Bug-reports:         https://github.com/feuerbach/tasty/issues
 Build-Type:          Simple
-extra-source-files:  CHANGELOG
+extra-source-files:  CHANGELOG.md
 
 Source-repository head
   type:     git
