diff --git a/async.cabal b/async.cabal
--- a/async.cabal
+++ b/async.cabal
@@ -22,6 +22,10 @@
    threads that are automatically killed when
    their parent dies (see 'withAsync').
  .
+ Changes in 2.0.1.2:
+ .
+ * Bump @stm@ dependency to 2.4
+ .
  Changes in 2.0.1.1:
  .
  * Safe Haskell support: @Control.Concurrent.Async@ is now @Trustworthy@
@@ -36,7 +40,7 @@
  .
  * Added @Concurrently@ (with @Applicative@ and @Alternative@ instances)
 
-version:             2.0.1.1
+version:             2.0.1.2
 license:             BSD3
 license-file:        LICENSE
 author:              Simon Marlow
@@ -58,7 +62,7 @@
 
 library
     exposed-modules:     Control.Concurrent.Async
-    build-depends:       base >= 4.3 && < 4.6, stm >= 2.2 && < 2.4
+    build-depends:       base >= 4.3 && < 4.6, stm >= 2.2 && < 2.5
 
 test-suite test-async
     type:       exitcode-stdio-1.0
