diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 0.6
+
+- monad-control 1.0.0.1 qualified.
+
 ### 0.5
 
 - license is now BSD3!;
diff --git a/monad-journal.cabal b/monad-journal.cabal
--- a/monad-journal.cabal
+++ b/monad-journal.cabal
@@ -1,7 +1,7 @@
 name:                monad-journal
-license:             BSD3 
+license:             BSD3
 license-file:        LICENSE
-version:             0.5.0.1
+version:             0.6
 synopsis:            Pure logger typeclass and monad transformer
 description:         This package provides a typeclass for logging in
                      pure code, or more generally, in any kind of
@@ -43,7 +43,7 @@
                          , mtl               >= 2.1   && < 2.3
                          , transformers      >= 0.3   && < 0.5
                          , either            >= 4.1   && < 4.4
-                         , monad-control     >= 0.3   && < 0.4
+                         , monad-control     >= 0.3   && < 1.1
                          , transformers-base >= 0.4   && < 0.5
 
   default-language:        Haskell2010
