diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-sugar
 
+## 1.3.0.1 -- 2022-06-29
+
+ * Bump optparse-applicative upper bound to allow 0.17 series.
+
 ## 1.3.0.0 -- 2022-06-28
 
  * Add `inputDirs` to `CUBE` to replace single `inputDir`.  Allows test action
diff --git a/tasty-sugar.cabal b/tasty-sugar.cabal
--- a/tasty-sugar.cabal
+++ b/tasty-sugar.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.0
 
 name:                tasty-sugar
-version:             1.3.0.0
+version:             1.3.0.1
 synopsis:            Tests defined by Search Using Golden Answer References
 description:
   .
@@ -62,7 +62,7 @@
                      , filepath >= 1.4 && < 1.5
                      , filemanip >= 0.3 && < 0.4
                      , logict >= 0.7.0.3 && < 0.9
-                     , optparse-applicative >= 0.15 && < 0.17
+                     , optparse-applicative >= 0.15 && < 0.18
                      , prettyprinter >= 1.7.0 && < 1.8
                      , tasty >= 1.2 && < 1.5
                      , tasty-sugar-internal
