diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+0.3.0.4 (2016-12)
+-----------------
+*  Bumped time dependency upper bound.
+
+
 0.3.0.3 (2016-01)
 -----------------
 *  Bumped time dependency upper bound.
diff --git a/dimensional-tf.cabal b/dimensional-tf.cabal
--- a/dimensional-tf.cabal
+++ b/dimensional-tf.cabal
@@ -1,5 +1,5 @@
 Name:                dimensional-tf
-Version:             0.3.0.3
+Version:             0.3.0.4
 License:             BSD3
 License-File:        LICENSE
 Copyright:           Bjorn Buckwalter 2006-2016
@@ -26,7 +26,7 @@
 
 Category:            Math, Physics
 Build-Type:          Simple
-Build-Depends:       base < 5, time < 1.7, numtype-tf < 1.1
+Build-Depends:       base < 5, time < 1.8, numtype-tf < 1.1
 Exposed-Modules:     Numeric.Units.Dimensional.TF,
                      Numeric.Units.Dimensional.TF.Prelude,
                      Numeric.Units.Dimensional.TF.Quantities,
