diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.0.0.5
+
+* Support transformers-0.5 & ransformers-compat-0.5.*.
+
+
 1.0.0.4
 
 * Support transformers-compat-0.4.*.
@@ -30,6 +35,12 @@
   and deconstructors for your monad transformers or monad.
 
 * Add the embed, embed_ and liftBaseOpDiscard functions.
+
+
+0.3.3.1
+
+* Unconditionally add ExceptT instances using transformers-compat.
+  Courtesy of Adam Bergmark.
 
 
 0.3.3.0
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.4
+Version:             1.0.0.5
 Synopsis:            Lift control operations, like exception catching, through monad transformers
 License:             BSD3
 License-file:        LICENSE
@@ -42,8 +42,8 @@
 
   Build-depends: base                 >= 4.5   && < 5
                , stm                  >= 2.3   && < 3
-               , transformers         >= 0.2   && < 0.5
-               , transformers-compat  >= 0.3   && < 0.5
+               , transformers         >= 0.2   && < 0.6
+               , transformers-compat  >= 0.3   && < 0.6
                , transformers-base    >= 0.4.4 && < 0.5
 
   Ghc-options: -Wall
