diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+## 0.1.0.2 (2014-09-30)
+
+ * Bump upper bound on text to 1.3
+
+## 0.1.0.1 (2013-06-06)
+
+ * Fix a deadlock in Distribution
+
 ## 0.1.0.0 (2013-05-01)
 
  * Initial release.
diff --git a/ekg-core.cabal b/ekg-core.cabal
--- a/ekg-core.cabal
+++ b/ekg-core.cabal
@@ -1,5 +1,5 @@
 name:                ekg-core
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Tracking of system metrics
 description:
   This library lets you defined and track system metrics.
@@ -31,7 +31,7 @@
     ghc-prim < 0.4,
     base >= 4.5 && < 4.8,
     containers >= 0.5 && < 0.6,
-    text < 1.2,
+    text < 1.3,
     unordered-containers < 0.3
 
   default-language:    Haskell2010
