diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.0.1
+=======
+
+Relax upper boundary for `binary-0.9.0.0`.
+
 0.1.0.0
 =======
 
diff --git a/JuicyPixels-blp.cabal b/JuicyPixels-blp.cabal
--- a/JuicyPixels-blp.cabal
+++ b/JuicyPixels-blp.cabal
@@ -1,7 +1,11 @@
 name:                JuicyPixels-blp
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            BLP format decoder/encoder over JuicyPixels library
-description:         Please see README.md
+description:
+  The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.
+  The result is represented in types of [JuicyPixels](http://hackage.haskell.org/package/JuicyPixels) library.
+
+  Please see README.md for detailed description.
 homepage:            http://github.com/NCrashed/JuicyPixels-blp#readme
 license:             BSD3
 license-file:        LICENSE
@@ -30,7 +34,7 @@
   build-depends:
       base                  >= 4.7    && < 5
     , attoparsec            >= 0.12   && < 0.14
-    , binary                >= 0.8    && < 0.9
+    , binary                >= 0.8    && < 0.10
     , bytestring            >= 0.10   && < 0.11
     , hashable              >= 1.2    && < 1.3
     , JuicyPixels           >= 3.2    && < 3.3
@@ -51,7 +55,7 @@
     Convert
     File
     Statistics
-  ghc-options:       -threaded -O2 -rtsopts -with-rtsopts=-N
+  ghc-options:       -threaded -rtsopts -with-rtsopts=-N
   default-language:    Haskell2010
   build-depends:
       base                  >= 4.7    && < 5
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 JuicyPixels-blp
 ===============
 
+[![Build Status](https://travis-ci.org/NCrashed/JuicyPixels-blp.svg?branch=master)](https://travis-ci.org/NCrashed/JuicyPixels-blp)
+
 The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.
 The result is represented in types of [JuicyPixels](http://hackage.haskell.org/package/JuicyPixels) library.
 
