diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+# 1.0.2
+
+* Build with tasty < 0.12.
+
 # 1.0.1
 
 * `tasty-ant-xml` now mentions timing information. Thanks @robdockins for this patch!
diff --git a/tasty-ant-xml.cabal b/tasty-ant-xml.cabal
--- a/tasty-ant-xml.cabal
+++ b/tasty-ant-xml.cabal
@@ -1,5 +1,5 @@
 name: tasty-ant-xml
-version: 1.0.1
+version: 1.0.2
 synopsis: Render tasty output to XML for Jenkins
 description: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
 homepage: http://github.com/ocharles/tasty-ant-xml
@@ -23,7 +23,7 @@
     mtl >= 2.1.2,
     stm >= 2.4.2,
     tagged >= 0.7,
-    tasty >= 0.10 && < 0.11,
+    tasty >= 0.10 && < 0.12,
     transformers >= 0.3.0.0,
     xml >= 1.3.13
   default-language: Haskell98
