diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for digraph
 
+## 0.1.0.1 -- 2019-05-31
+
+* Support for `hashable >=1.2`.
+
 ## 0.1.0.0 -- 2019-05-30
 
 * First version. Released on an unsuspecting world.
diff --git a/digraph.cabal b/digraph.cabal
--- a/digraph.cabal
+++ b/digraph.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: digraph
-version: 0.1.0.0
+version: 0.1.0.1
 synopsis: Directed Graphs
 description: Directed graphs implementation that is based on unordered-containers
 homepage: https://github.com/kadena-io/digraph
@@ -36,7 +36,7 @@
           base >=4.10 && <4.14
         , containers >=0.5
         , deepseq >=1.4
-        , hashable >=1.3
+        , hashable >=1.2
         , massiv >=0.3
         , mwc-random >=0.14
         , streaming >=0.2
@@ -63,6 +63,6 @@
         , QuickCheck >=2.11
         , base >=4.10 && <4.14
         , fgl >=5.7
-        , hashable >=1.3
+        , hashable >=1.2
         , massiv >=0.3
 
