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.3
+version:        2.11.4
 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.3
+    , hspec-core ==2.11.4
     , transformers
   default-language: Haskell2010
 
@@ -62,6 +62,6 @@
       base ==4.*
     , hspec ==2.*
     , hspec-api
-    , hspec-core ==2.11.3
+    , hspec-core ==2.11.4
     , transformers
   default-language: Haskell2010
diff --git a/version.yaml b/version.yaml
--- a/version.yaml
+++ b/version.yaml
@@ -1,4 +1,4 @@
-version: &version 2.11.3
+version: &version 2.11.4
 synopsis: A Testing Framework for Haskell
 maintainer: Simon Hengel <sol@typeful.net>
 category: Testing
