diff --git a/hspec-api.cabal b/hspec-api.cabal
--- a/hspec-api.cabal
+++ b/hspec-api.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           hspec-api
-version:        2.11.1
+version:        2.11.2
 synopsis:       A Testing Framework for Haskell
 description:    This package provides a stable API that can be used to extend Hspec's functionality.
 category:       Testing
@@ -39,7 +39,7 @@
   ghc-options: -Wall
   build-depends:
       base ==4.*
-    , hspec-core ==2.11.1
+    , hspec-core ==2.11.2
     , transformers
   default-language: Haskell2010
 
@@ -62,6 +62,6 @@
       base ==4.*
     , hspec ==2.*
     , hspec-api
-    , hspec-core ==2.11.1
+    , hspec-core ==2.11.2
     , transformers
   default-language: Haskell2010
diff --git a/src/Test/Hspec/Api/Formatters/V3.hs b/src/Test/Hspec/Api/Formatters/V3.hs
--- a/src/Test/Hspec/Api/Formatters/V3.hs
+++ b/src/Test/Hspec/Api/Formatters/V3.hs
@@ -85,6 +85,9 @@
 , extraChunk
 , missingChunk
 
+-- ** expert mode
+, unlessExpert
+
 -- ** Helpers
 , formatLocation
 , formatException
diff --git a/version.yaml b/version.yaml
--- a/version.yaml
+++ b/version.yaml
@@ -1,1 +1,6 @@
-&version 2.11.1
+version: &version 2.11.2
+synopsis: A Testing Framework for Haskell
+maintainer: Simon Hengel <sol@typeful.net>
+category: Testing
+stability: experimental
+homepage: https://hspec.github.io/
