diff --git a/hspec-api.cabal b/hspec-api.cabal
--- a/hspec-api.cabal
+++ b/hspec-api.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.35.5.
+-- This file has been generated from package.yaml by hpack version 0.36.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           hspec-api
-version:        2.11.5
+version:        2.11.6
 synopsis:       A Testing Framework for Haskell
 description:    This package provides a stable API that can be used to extend Hspec's functionality.
 category:       Testing
@@ -41,7 +41,7 @@
   ghc-options: -Wall
   build-depends:
       base ==4.*
-    , hspec-core ==2.11.5
+    , hspec-core ==2.11.6
     , transformers
   default-language: Haskell2010
 
@@ -64,6 +64,6 @@
       base ==4.*
     , hspec ==2.*
     , hspec-api
-    , hspec-core ==2.11.5
+    , hspec-core ==2.11.6
     , 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.5
+version: &version 2.11.6
 synopsis: A Testing Framework for Haskell
 author: Simon Hengel <sol@typeful.net>
 maintainer: Simon Hengel <sol@typeful.net>
