diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,3 @@
-# Unreleased
-
 # 0.7.0.0
 
 * Add `unitTestTimes`, converting `UnitTest` to `TestTree` with a specified number of test runs.
diff --git a/polysemy-test.cabal b/polysemy-test.cabal
--- a/polysemy-test.cabal
+++ b/polysemy-test.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           polysemy-test
-version:        0.8.0.0
+version:        0.8.0.1
 synopsis:       Polysemy effects for testing
 description:    See https://hackage.haskell.org/package/polysemy-test/docs/Polysemy-Test.html
 category:       Test
@@ -20,6 +20,8 @@
 extra-source-files:
     readme.md
     changelog.md
+data-files:
+    test/fixtures/files/file1
 
 source-repository head
   type: git
diff --git a/test/fixtures/files/file1 b/test/fixtures/files/file1
new file mode 100644
--- /dev/null
+++ b/test/fixtures/files/file1
@@ -0,0 +1,2 @@
+file
+content
