diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+## 0.4.0.3 (2014-09-30)
+
+ * Support text-1.2.
+
 ## 0.4.0.2 (2014-08-19)
 
  * Support aeson-0.8 and transformers-0.4.
diff --git a/ekg.cabal b/ekg.cabal
--- a/ekg.cabal
+++ b/ekg.cabal
@@ -1,5 +1,5 @@
 name:                ekg
-version:             0.4.0.2
+version:             0.4.0.3
 synopsis:            Remote monitoring of processes
 description:
   This library lets you remotely monitor a running process over HTTP.
@@ -38,14 +38,14 @@
 
   build-depends:
     aeson < 0.9,
-    base >= 4.5 && < 5,
+    base >= 4.5 && < 4.8,
     bytestring < 1.0,
     ekg-core >= 0.1 && < 0.2,
     filepath < 1.4,
     network < 2.6,
     snap-core < 0.10,
     snap-server < 0.10,
-    text < 1.2,
+    text < 1.3,
     time < 1.5,
     transformers < 0.5,
     unordered-containers < 0.3
