diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+# 1.1.5
+
+* Supports tasty < 0.12.
+
 # 1.1.4
 
 * Supports base <= 4.9, tagged <= 0.9
diff --git a/tasty-rerun.cabal b/tasty-rerun.cabal
--- a/tasty-rerun.cabal
+++ b/tasty-rerun.cabal
@@ -1,5 +1,5 @@
 name:                tasty-rerun
-version:             1.1.4
+version:             1.1.5
 homepage:            http://github.com/ocharles/tasty-rerun
 license:             BSD3
 license-file:        LICENSE
@@ -80,7 +80,7 @@
     split >= 0.1 && < 0.3,
     stm >= 2.4.2,
     tagged >= 0.7 && <0.9,
-    tasty >=0.10 && <0.11,
+    tasty >=0.10 && <0.12,
     transformers >= 0.3.0.0
   hs-source-dirs:      src
   default-language:    Haskell2010
