diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for mysql-haskell
 
+## 0.8.4.1 -- 2018-10-23
+
+* Relax `tasty` version bound to build with latest stackage. [#26](https://github.com/winterland1989/mysql-haskell/pull/26)
+
 ## 0.8.4.0  -- 2018-10-23
 
 * Add `executeMany_` to execute batch SQLs, [#26](https://github.com/winterland1989/mysql-haskell/issues/26).
diff --git a/mysql-haskell.cabal b/mysql-haskell.cabal
--- a/mysql-haskell.cabal
+++ b/mysql-haskell.cabal
@@ -1,5 +1,5 @@
 name:                mysql-haskell
-version:             0.8.4.0
+version:             0.8.4.1
 synopsis:            pure haskell MySQL driver
 description:         pure haskell MySQL driver
 license:             BSD3
@@ -75,7 +75,7 @@
     build-depends:  mysql-haskell
                   , base
                   , bytestring
-                  , tasty == 0.11.*
+                  , tasty >= 0.11 && < 2.0
                   , tasty-hunit
                   , text
                   , io-streams
