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.23.20
+### Changed
+- Better Haskoin Node logging.
+
 ## 0.23.19
 ### Changed
 - Use set peer timeout instead of constant in block store. 
diff --git a/haskoin-store.cabal b/haskoin-store.cabal
--- a/haskoin-store.cabal
+++ b/haskoin-store.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: be4475f39ee933c10fae43c889f358b857889d044806b83028e889fd37c8c6af
+-- hash: cbb904727b2f9bd2bcabbdc6c752e74002c24c776489b9d6de71284f3c276051
 
 name:           haskoin-store
-version:        0.23.19
+version:        0.23.20
 synopsis:       Storage and index for Bitcoin and Bitcoin Cash
 description:    Store and index Bitcoin or Bitcoin Cash blocks, transactions, balances and unspent outputs.
                 All data is available via REST API in JSON or binary format.
@@ -59,7 +59,7 @@
     , deepseq >=1.4.4.0
     , hashable >=1.3.0.0
     , haskoin-core >=0.12.0
-    , haskoin-node >=0.11.0
+    , haskoin-node >=0.11.1
     , hedis >=0.12.13
     , http-types >=0.12.3
     , monad-logger >=0.3.32
@@ -148,7 +148,7 @@
     , deepseq >=1.4.4.0
     , hashable >=1.3.0.0
     , haskoin-core >=0.12.0
-    , haskoin-node >=0.11.0
+    , haskoin-node >=0.11.1
     , hedis >=0.12.13
     , hspec >=2.7.1
     , http-types >=0.12.3
