diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+__0.3.1__
+  Changes:
+
+	- stompl version >= 0.5.0 is now mandatory
+          Rational: previous versions were very slow
+                    on parsing large messages.
+                    Version 0.5.0 solve this problem.
+                    Benchmarks show that messages of 1MB and
+                    beyond are parsed up to 10.000 times faster.
+
 __0.2.2__
  
    Changes (minor):
diff --git a/license/lgpl-3.0ex.txt b/license/lgpl-3.0ex.txt
--- a/license/lgpl-3.0ex.txt
+++ b/license/lgpl-3.0ex.txt
@@ -1,5 +1,5 @@
 These library and tools were written by and are copyrighted to
-    (c) copyright 2011-2015    Tobias Schoofs 
+    (c) copyright 2011-2016    Tobias Schoofs 
 
 The library is licensed under the terms of the GNU Lesser
 General Public Licence (LGPL), which follows below,
diff --git a/stomp-queue.cabal b/stomp-queue.cabal
--- a/stomp-queue.cabal
+++ b/stomp-queue.cabal
@@ -1,7 +1,7 @@
 Name:            stomp-queue
-Version:         0.2.2
+Version:         0.3.1
 Cabal-Version:   >= 1.8
-Copyright:       Copyright (c) Tobias Schoofs, 2011 - 2015
+Copyright:       Copyright (c) Tobias Schoofs, 2011 - 2016
 License:         LGPL
 license-file:    license/lgpl-3.0ex.txt
 Author:          Tobias Schoofs
@@ -46,7 +46,7 @@
                    conduit             >= 1.2.3.1,
                    conduit-extra       >= 1.1.6.2,
                    network-conduit-tls >= 1.1.0.2,
-                   stompl              >= 0.1.1,
+                   stompl              >= 0.5.0,
                    mime                >= 0.3.3,
                    time                >= 1.1.4
 
