diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for brittany
 
+## 0.13.1.2 -- May 2021
+
+* #347: Allowed hspec 2.8. Thanks @felixonmars!
+
 ## 0.13.1.1 -- February 2021
 
 * #333: Allowed random 1.2. Thanks @felixonmars!
diff --git a/brittany.cabal b/brittany.cabal
--- a/brittany.cabal
+++ b/brittany.cabal
@@ -1,5 +1,5 @@
 name:                 brittany
-version:              0.13.1.1
+version:              0.13.1.2
 synopsis:             Haskell source code formatter
 description: {
   See <https://github.com/lspitzner/brittany/blob/master/README.md the README>.
@@ -199,7 +199,7 @@
     , cmdargs
     , czipwith
     , ghc-boot-th
-    , hspec >=2.4.1 && <2.8
+    , hspec >=2.4.1 && <2.9
     }
   main-is:          TestMain.hs
   other-modules:    TestUtils
@@ -270,7 +270,7 @@
     , cmdargs
     , czipwith
     , ghc-boot-th
-    , hspec >=2.4.1 && <2.8
+    , hspec >=2.4.1 && <2.9
     , filepath
     , parsec >=3.1.11 && <3.2
     }
@@ -314,7 +314,7 @@
     , base
     , text
     , transformers
-    , hspec >=2.4.1 && <2.8
+    , hspec >=2.4.1 && <2.9
     }
   main-is:          Main.hs
   other-modules:
