diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for lifted-async
 
+## v0.10.1.2 - 2020-07-23
+
+* Relax upper version bound for tasty-expected-failure
+
 ## v0.10.1.1 - 2020-06-29
 
 * Bump up cabal-version to 1.24
diff --git a/lifted-async.cabal b/lifted-async.cabal
--- a/lifted-async.cabal
+++ b/lifted-async.cabal
@@ -1,6 +1,6 @@
 cabal-version:       1.24
 name:                lifted-async
-version:             0.10.1.1
+version:             0.10.1.2
 synopsis:            Run lifted IO operations asynchronously and wait for their results
 homepage:            https://github.com/maoe/lifted-async
 bug-reports:         https://github.com/maoe/lifted-async/issues
@@ -64,7 +64,7 @@
     , monad-control
     , mtl
     , tasty
-    , tasty-expected-failure < 0.12
+    , tasty-expected-failure < 0.13
     , tasty-hunit >= 0.9 && < 0.11
     , tasty-th
   default-language: Haskell2010
