diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 # Revision history for lifted-async
 
-## v0.10.2 - 20201-04-02
+## v0.10.2.1 - 2021-07-23
+
+* Relax upper version bound for tasty-bench
+
+## v0.10.2 - 2021-04-02
 
 * Define withAsync in terms of corresponding function from async ([#36](https://github.com/maoe/lifted-async/pull/36))
   * Fixes [#34](https://github.com/maoe/lifted-async/issues/34)
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.2
+version:             0.10.2.1
 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
@@ -92,7 +92,7 @@
   build-depends:
       base
     , async
-    , tasty-bench < 0.3
+    , tasty-bench < 0.4
     , deepseq
     , lifted-async
   default-language: Haskell2010
@@ -105,7 +105,7 @@
   build-depends:
       base
     , async
-    , tasty-bench < 0.3
+    , tasty-bench < 0.4
     , deepseq
     , lifted-async
   default-language: Haskell2010
