diff --git a/FenwickTree.cabal b/FenwickTree.cabal
--- a/FenwickTree.cabal
+++ b/FenwickTree.cabal
@@ -1,5 +1,5 @@
 name:           FenwickTree
-version:        0.1.2
+version:        0.1.2.1
 stability:      alpha
 homepage:       https://github.com/mgajda/FenwickTree
 package-url:    http://hackage.haskell.org/package/FenwickTree
@@ -19,8 +19,8 @@
 
 build-type:     Simple
 cabal-version:  >=1.8
-tested-with:    GHC==7.4.2,GHC==7.6.3,GHC==7.8.3
-data-files:     README.md
+tested-with:    GHC==7.8.4
+data-files:     README.md changelog
 
 source-repository head
   type:     git
@@ -28,7 +28,7 @@
 
 Library
   ghc-options:      -fspec-constr-count=4 -O3 
-  build-depends:    base>=4.0, base <4.9, template-haskell, QuickCheck >= 2.5.0.0
+  build-depends:    base>=4.0, base <5, template-haskell, QuickCheck >= 2.5.0.0
   other-extensions: ScopedTypeVariables
   exposed-modules:  Data.Tree.Fenwick
   exposed:          True
@@ -37,5 +37,5 @@
   Type:             exitcode-stdio-1.0
   main-is:          tests/test_Fenwick.hs
   ghc-options:      -fspec-constr-count=4 -O3 
-  Build-depends:    base>=4.0, base <4.8, template-haskell, QuickCheck >= 2.5.0.0
+  Build-depends:    base>=4.0, base <5, template-haskell, QuickCheck >= 2.5.0.0
 
diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,4 @@
+-*-Changelog-*-
+
+0.1.2.1  Dec 2014
+	* GHC 7.10 release
