diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 EventStore Haskell TCP client
 =============================
+[![Build Status](https://travis-ci.org/YoEight/eventstore.svg)](https://travis-ci.org/YoEight/eventstore)
 
 Basically, all we have for now are:
 
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.5.0.0
+version:             0.5.0.1
 
 -- A short (one-line) description of the package.
 synopsis: EventStore TCP Client
@@ -85,7 +85,7 @@
                      , protobuf   >=0.2      && <0.3
                      , random     ==1.*
                      , sodium     ==0.11.*
-                     , text       >=1.1.1    && <1.2
+                     , text       >=1.1.1    && <1.3
                      , time       >=1.4      && <1.6
                      , uuid       ==1.3.*
 
