diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,6 +1,8 @@
 hjsmin
 ======
 
+[![Build Status](https://secure.travis-ci.org/alanz/hjsmin.png?branch=master)](http://travis-ci.org/alanz/hjsmin)
+
 Haskell implementation of a javascript minifier
 
 It is intended to be used in conjunction with Hamlet, part of Yesod.
@@ -27,6 +29,8 @@
 
 Changes
 -------
+
+0.1.4.1 - Bump upper bound for containers to < 0.6 for the tests as well as the library
 
 0.1.4 - Include test assets in cabal to allow cabal test to pass. Courtesy of @snoyberg
 
diff --git a/hjsmin.cabal b/hjsmin.cabal
--- a/hjsmin.cabal
+++ b/hjsmin.cabal
@@ -1,5 +1,5 @@
 name:            hjsmin
-version:         0.1.4
+version:         0.1.4.1
 license:         BSD3
 license-file:    LICENSE
 author:          Alan Zimmerman <alan.zimm@gmail.com>
@@ -47,7 +47,7 @@
                  , bytestring          >= 0.9     && < 0.11
                  , blaze-builder       >= 0.2     && < 1
                  , text                >= 0.8     && < 1
-                 , containers          >= 0.2     && < 0.5
+                 , containers          >= 0.2     && < 0.6
                  , language-javascript >= 0.5.4   && < 0.6
 
 source-repository head
