diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+## 1.0.10
+
+### Other Changes
+
+* Increased the upper bound of `base`.
+
+---
+
 ## 1.0.9
 
 ### Other Changes
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.9
+version: 1.0.10
 synopsis: A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)
 homepage: http://github.com/ocharles/network-carbon
 license: BSD3
@@ -15,7 +15,7 @@
     Network.Carbon.Plaintext
 
   build-depends:
-    base >=4.6 && <4.10,
+    base >=4.6 && <4.11,
     bytestring >=0.10.2 && <0.11,
     network >= 2.4 && < 2.7,
     text >= 0.10 && < 1.3,
