diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.2.0
+=======
+
+Relax upper boundary for `hashable` and `text-show`.
+
 0.1.1.0
 =======
 
diff --git a/JuicyPixels-blp.cabal b/JuicyPixels-blp.cabal
--- a/JuicyPixels-blp.cabal
+++ b/JuicyPixels-blp.cabal
@@ -1,5 +1,5 @@
 name:                JuicyPixels-blp
-version:             0.1.1.0
+version:             0.1.2.0
 synopsis:            BLP format decoder/encoder over JuicyPixels library
 description:
   The library provides decoding/encoding functions for BLP1 texture format of Warcraft III game.
@@ -36,9 +36,9 @@
     , attoparsec            >= 0.12   && < 0.14
     , binary                >= 0.8    && < 0.10
     , bytestring            >= 0.10   && < 0.11
-    , hashable              >= 1.2    && < 1.3
+    , hashable              >= 1.2    && < 1.4
     , JuicyPixels           >= 3.2    && < 3.4
-    , text-show             >= 3.7    && < 3.8
+    , text-show             >= 3.7    && < 3.9
     , vector                >= 0.10   && < 0.13
 
   default-extensions:
