diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+2014.0.0.1
+----------
+* Dependency bump.
+
 2014.0.0.0
 ----------
 * Initial release with CODATA 2014 files.
diff --git a/dimensional-codata.cabal b/dimensional-codata.cabal
--- a/dimensional-codata.cabal
+++ b/dimensional-codata.cabal
@@ -2,9 +2,10 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                dimensional-codata
-version:             2014.0.0.0
+version:             2014.0.0.1
 synopsis:            CODATA Recommended Physical Constants with Dimensional Types
-homepage:            https://github.com/dmcclean/dimensional-codata
+homepage:            https://github.com/dmcclean/dimensional-codata/
+bug-reports:         https://github.com/dmcclean/dimensional-codata/issues/
 license:             BSD3
 license-file:        LICENSE
 author:              Douglas McClean
@@ -30,7 +31,7 @@
   location: https://github.com/dmcclean/dimensional-codata/
 
 library
-  build-depends:       base >=4.7 && <4.9,
+  build-depends:       base >=4.7 && <4.13,
                        dimensional >= 1.0,
                        numtype-dk >= 0.5 && < 1
   hs-source-dirs:      src
