diff --git a/stomp-queue.cabal b/stomp-queue.cabal
--- a/stomp-queue.cabal
+++ b/stomp-queue.cabal
@@ -1,5 +1,5 @@
 Name:            stomp-queue
-Version:         0.1.0
+Version:         0.1.1
 Cabal-Version:   >= 1.8
 Copyright:       Copyright (c) Tobias Schoofs, 2011 - 2013
 License:         LGPL
@@ -42,6 +42,10 @@
 
   .
 
+  [0.1.1] Dependency for bytestring 0.10
+
+  .
+
   [0.1.0] Major changes:
 
           .
@@ -125,7 +129,7 @@
 
 Library
   Build-Depends:   base        >= 4.0 && <= 5.0,
-                   bytestring  >= 0.9 && < 0.10,
+                   bytestring  >= 0.10,
                    utf8-string >= 0.3.6,
                    attoparsec  >= 0.9.1.1,
                    split       >= 0.1.4.1,
