diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
 CHANGELOG
 
+2.0.1.1
+
+ - Allow mtl 2.2.* and transformers 0.4.*
+ - Allow template-haskell 2.9.* in test-suite
+
 2.0.0.5 to 2.0.1
 
  - Widened TH dependencies.
diff --git a/fclabels.cabal b/fclabels.cabal
--- a/fclabels.cabal
+++ b/fclabels.cabal
@@ -1,5 +1,5 @@
 Name:          fclabels
-Version:       2.0.1
+Version:       2.0.1.1
 Author:        Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
                with lots of help and feedback from others.
 Synopsis:      First class accessor labels implemented as lenses.
@@ -80,8 +80,8 @@
   Build-Depends:
       base                       < 5
     , template-haskell >= 2.2 && < 2.10
-    , mtl              >= 1.0 && < 2.2
-    , transformers     >= 0.2 && < 0.4
+    , mtl              >= 1.0 && < 2.3
+    , transformers     >= 0.2 && < 0.5
 
 Source-Repository head
   Type:     git
