diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-## Version 0.9.1 (23 Jul 2014)
+## Version 0.9.1.1 (31 Jul 2014)
+
+- Fixed bugs
+    * \#97 - Version 0.9.1 fails test suite
+
+## Version 0.9.1 (30 Jul 2014)
 
 - Documentation tweaks.
 
diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal
--- a/optparse-applicative.cabal
+++ b/optparse-applicative.cabal
@@ -1,5 +1,5 @@
 name:                optparse-applicative
-version:             0.9.1
+version:             0.9.1.1
 synopsis:            Utilities and combinators for parsing command line options
 description:
     Here is a simple example of an applicative option parser:
@@ -84,6 +84,7 @@
                      tests/hello.err.txt
                      tests/formatting.err.txt
                      tests/nested.err.txt
+                     tests/subparsers.err.txt
 homepage:            https://github.com/pcapriotti/optparse-applicative
 bug-reports:         https://github.com/pcapriotti/optparse-applicative/issues
 
diff --git a/tests/subparsers.err.txt b/tests/subparsers.err.txt
new file mode 100644
--- /dev/null
+++ b/tests/subparsers.err.txt
@@ -0,0 +1,8 @@
+Usage: subparsers COMMAND COMMAND
+
+Available options:
+  -h,--help                Show this help text
+
+Available commands:
+  add                      Add a file to the repository
+  commit                   Record changes to the repository
