diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
+## 0.10.1
+### Added
+- Lower bound versions for some dependencies.
+
 ## 0.10.0
 ### Added
 - DeepSeq instances for all data types.
diff --git a/haskoin-core.cabal b/haskoin-core.cabal
--- a/haskoin-core.cabal
+++ b/haskoin-core.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: cfbef0e7719a233ca75f665e0d599785821a017710e76f6d1e3af08e07c2424f
+-- hash: 5dfd121f9d6338f5c72981eb0ec765cba99a662710318432e7eeb6da5ec119bf
 
 name:           haskoin-core
-version:        0.10.0
+version:        0.10.1
 synopsis:       Bitcoin & Bitcoin Cash library for Haskell
 description:    Haskoin Core is a complete Bitcoin and Bitcoin Cash library of functions and data types for Haskell developers.
 category:       Bitcoin, Finance, Network
@@ -98,11 +98,11 @@
     , hspec
     , memory
     , mtl
-    , murmur3
+    , murmur3 >=1.0.3
     , network
     , safe
     , scientific
-    , secp256k1-haskell
+    , secp256k1-haskell >=0.1.8
     , split
     , string-conversions
     , text
