diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 2.3.1.1
+---------------
+
+Fix compatibility with `optparse-applicative-0.13`
+
 Version 2.3.1
 -------------
 
diff --git a/Test/Tasty/Golden/Internal.hs b/Test/Tasty/Golden/Internal.hs
--- a/Test/Tasty/Golden/Internal.hs
+++ b/Test/Tasty/Golden/Internal.hs
@@ -6,6 +6,7 @@
 import Control.Exception
 import Data.Typeable (Typeable)
 import Options.Applicative
+import Data.Monoid
 import Data.Tagged
 import Data.Proxy
 import System.IO.Error (isDoesNotExistError)
diff --git a/tasty-golden.cabal b/tasty-golden.cabal
--- a/tasty-golden.cabal
+++ b/tasty-golden.cabal
@@ -1,5 +1,5 @@
 name:                tasty-golden
-version:             2.3.1
+version:             2.3.1.1
 synopsis:            Golden tests support for tasty
 description:
   This package provides support for «golden testing».
