diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.0.0.4
+
+* Support transformers-compat-0.4.*.
+
+
 1.0.0.3
 
 * Unconditionally add ExceptT instances using transformers-compat.
diff --git a/monad-control.cabal b/monad-control.cabal
--- a/monad-control.cabal
+++ b/monad-control.cabal
@@ -1,5 +1,5 @@
 Name:                monad-control
-Version:             1.0.0.3
+Version:             1.0.0.4
 Synopsis:            Lift control operations, like exception catching, through monad transformers
 License:             BSD3
 License-file:        LICENSE
@@ -43,7 +43,7 @@
   Build-depends: base                 >= 4.5   && < 5
                , stm                  >= 2.3   && < 3
                , transformers         >= 0.2   && < 0.5
-               , transformers-compat  >= 0.3   && < 0.4
+               , transformers-compat  >= 0.3   && < 0.5
                , transformers-base    >= 0.4.4 && < 0.5
 
   Ghc-options: -Wall
