diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.8.21.1
+
+* Add missing test files [#102](https://github.com/snoyberg/yaml/pull/102)
+
 ## 0.8.21
 
 * Decode empty inputs as Null [#101](https://github.com/snoyberg/yaml/pull/101)
diff --git a/test/resources/empty.yaml b/test/resources/empty.yaml
new file mode 100644
--- /dev/null
+++ b/test/resources/empty.yaml
diff --git a/test/resources/empty2.yaml b/test/resources/empty2.yaml
new file mode 100644
--- /dev/null
+++ b/test/resources/empty2.yaml
@@ -0,0 +1,1 @@
+# comment
diff --git a/yaml.cabal b/yaml.cabal
--- a/yaml.cabal
+++ b/yaml.cabal
@@ -1,5 +1,5 @@
 name:            yaml
-version:         0.8.21
+version:         0.8.21.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>, Anton Ageev <antage@gmail.com>,Kirill Simonov
@@ -23,6 +23,8 @@
                     test/resources/accent/foo.yaml
                     test/resources/loop/foo.yaml
                     test/resources/loop/bar.yaml
+                    test/resources/empty.yaml
+                    test/resources/empty2.yaml
                     README.md
                     ChangeLog.md
 
