diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+New in version 0.0.3:
+ - Updating transformers dependency
+
 New in version 0.0.2:
  - Updating transformers dependency
 
diff --git a/multiplate.cabal b/multiplate.cabal
--- a/multiplate.cabal
+++ b/multiplate.cabal
@@ -1,5 +1,5 @@
 Name:               multiplate
-Version:            0.0.2
+Version:            0.0.3
 Cabal-Version:      >= 1.4
 License:            MIT
 License-File:       LICENSE
@@ -14,15 +14,15 @@
     Multiplate is an alternative extension of the Uniplate/Compos core library
     to support mutally recursive
     datatypes in a way that is as powerful as Compos, as easy to use as Biplate, and
-    more portable than both of them. 
+    more portable than both of them.
 
     Multiplate does not require GADTs and does not require multi-parameter type classes.
     It only requires rank 3 polymorphism.
-Tested-with:        GHC == 7.0.4
+Tested-with:        GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
 data-files:         CHANGELOG
 
 Library
-    Build-Depends:     base >= 3 && < 5, transformers >= 0.2 && < 0.4
+    Build-Depends:     base >= 3 && < 5, transformers >= 0.2 && < 0.5
     Extensions: RankNTypes, ScopedTypeVariables
     Exposed-modules:
         Data.Generics.Multiplate
