diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 ## Upcoming
 
+## 1.0.1
+
+Bundle test files in release tarball
+
 ## 1.0.0
 
 Initial release:
diff --git a/github-rest.cabal b/github-rest.cabal
--- a/github-rest.cabal
+++ b/github-rest.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: a5d2feb7a43fffeb1a008e74c6eace7ea1b6e11097e1e9f10a0e23056bc308d7
+-- hash: 4abe6dbeeb9654d73d8b5fea26ceb219f87ff45d7eae72e404d7c00645bc92e2
 
 name:           github-rest
-version:        1.0.0
+version:        1.0.1
 synopsis:       Query the GitHub REST API programmatically
 description:    Query the GitHub REST API programmatically, which can provide a more
                 flexible and clear interface than if all of the endpoints and their types
@@ -23,6 +23,9 @@
 extra-source-files:
     README.md
     CHANGELOG.md
+    test/goldens/gists-gist_id-sha-404.golden
+    test/goldens/gists-gist_id-sha-422.golden
+    test/goldens/gists-gist_id-sha.golden
 
 source-repository head
   type: git
diff --git a/test/goldens/gists-gist_id-sha-404.golden b/test/goldens/gists-gist_id-sha-404.golden
new file mode 100644
--- /dev/null
+++ b/test/goldens/gists-gist_id-sha-404.golden
@@ -0,0 +1,1 @@
+Object (fromList [("documentation_url",String "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "Not Found")])
diff --git a/test/goldens/gists-gist_id-sha-422.golden b/test/goldens/gists-gist_id-sha-422.golden
new file mode 100644
--- /dev/null
+++ b/test/goldens/gists-gist_id-sha-422.golden
@@ -0,0 +1,1 @@
+Object (fromList [("documentation_url",String "https://developer.github.com/v3/gists/#get-a-specific-revision-of-a-gist"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])
diff --git a/test/goldens/gists-gist_id-sha.golden b/test/goldens/gists-gist_id-sha.golden
new file mode 100644
--- /dev/null
+++ b/test/goldens/gists-gist_id-sha.golden
@@ -0,0 +1,1 @@
+This is gist. There are many like it, but this one is mine. It is my life. I must master it as I must master my life. Without me gist is useless. Without gist, I am useless.
