diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 0.7
+
+- Added support for GHC 7.10.
+
 ### 0.6.0.2
 
 - Fixed compilation error. That was due to the change regarding
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-file:        LICENSE
-version:             0.6.0.2
+version:             0.7
 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
@@ -40,7 +40,7 @@
                          , Control.Monad.Journal.Class
                          , Control.Monad.Trans.Journal
 
-  build-depends:           base              >= 4.5   && < 4.8
+  build-depends:           base              >= 4.5   && < 5.0
                          , mtl               >= 2.1   && < 2.3
                          , transformers      >= 0.3   && < 0.5
                          , either            >= 4.1   && < 4.4
