diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,10 +1,20 @@
+## 1.0.3
+
+* Increased upper-bounds of:
+
+      * `base`
+      * `time`
+
+
 ## 1.0.2
 
 * Increased upper-bounds of:
+
       * `network`
       * `text`
 
   Thanks to Peter Simons (@peti) for pointing this out.
+
 
 ## 1.0.1
 
diff --git a/network-carbon.cabal b/network-carbon.cabal
--- a/network-carbon.cabal
+++ b/network-carbon.cabal
@@ -1,5 +1,5 @@
 name: network-carbon
-version: 1.0.2
+version: 1.0.3
 synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)
 homepage: http://github.com/ocharles/network-carbon
 license: BSD3
@@ -15,11 +15,11 @@
     Network.Carbon.Plaintext
 
   build-depends:
-    base >=4.6 && <4.8,
+    base >=4.6 && <4.9,
     bytestring >=0.9 && <0.11,
     network >= 2.4 && < 2.7,
     text >= 0.10 && < 1.3,
-    time >= 1.4 && < 1.5,
+    time >= 1.4 && < 1.6,
     vector >= 0.10 && < 0.11
 
   hs-source-dirs: src
