diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for configurator-pg
 
+## 0.1.0.3 -- 2019-06-04
+
+* Include another missing test data file.
+
 ## 0.1.0.2 -- 2019-06-04
 
 * Lower bounds to support GHC 7.10.3.
diff --git a/configurator-pg.cabal b/configurator-pg.cabal
--- a/configurator-pg.cabal
+++ b/configurator-pg.cabal
@@ -1,6 +1,6 @@
 cabal-version:       1.12
 name:                configurator-pg
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Reduced parser for configurator-ng config files
 description:
   This module provides a simplified and updated interface to the
@@ -22,7 +22,8 @@
                      Copyright 2019 Robert Vollmert
 category:            Configuration, Data
 extra-source-files:  CHANGELOG.md, README.md,
-                     tests/resources/*.cfg
+                     tests/resources/*.cfg,
+                     tests/resources/secrets/passwords.txt
 build-type:          Simple
 
 library
diff --git a/tests/resources/secrets/passwords.txt b/tests/resources/secrets/passwords.txt
new file mode 100644
--- /dev/null
+++ b/tests/resources/secrets/passwords.txt
@@ -0,0 +1,2 @@
+alice = "secret"
+
