diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,19 @@
+### 0.1.0.9
+
+  - Bump dependency ranges for GHC 8.0
+
+### 0.1.0.8
+
+  - Bump dependency ranges for GHC 7.10
+
+### 0.1.0.7
+
+  - Bump dependency ranges for GHC 7.8
+
+### 0.1.0.6:
+
+  - Loosen dependency on base and bytestring to compile with GHC 7.6.
+
+### 0.1.0.5:
+
+  - Loosen dependency on base to compile with GHC 7.4.
diff --git a/murmur-hash.cabal b/murmur-hash.cabal
--- a/murmur-hash.cabal
+++ b/murmur-hash.cabal
@@ -1,5 +1,5 @@
 Name:            murmur-hash
-Version:         0.1.0.8
+Version:         0.1.0.9
 License:         BSD3
 License-File:    LICENSE
 Author:          Thomas Schilling
@@ -13,15 +13,16 @@
   .
   This implementation is pure Haskell, so it might be a bit slower
   than a C FFI binding.
-                 
+
 Category:        Data, Digest
 Stability:       provisional
 Build-Type:      Simple
 Cabal-Version:   >= 1.6
+Extra-Source-Files: changelog.md
 
 Library
   Build-Depends:
-    base          >= 3.0 && < 4.9,
+    base          >= 3.0 && < 5,
     bytestring    >= 0.9 && < 0.11
 
   exposed-modules:
