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.63.0
+### Fixed
+- Make cache updates lightweight.
+
 ## 0.62.1
 ### Fixed
 - Fix idempotent transaction elimination bug.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -27,10 +27,8 @@
 
 ## Install on Ubuntu or Debian
 
-* Get [Stack](https://haskellstack.org/)
-
 ```sh
-apt install git zlib1g-dev libsecp256k1-dev librocksdb-dev pkg-config
+apt install git zlib1g-dev libsecp256k1-dev librocksdb-dev pkg-config haskell-stack
 git clone https://github.com/haskoin/haskoin-store.git
 cd haskoin-store
 stack build --copy-bins
diff --git a/haskoin-store-data.cabal b/haskoin-store-data.cabal
--- a/haskoin-store-data.cabal
+++ b/haskoin-store-data.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 1f2f23e359dfc59ed5518e3d7784c0a4b06c27712923358c3007b5f1c50ce35b
+-- hash: ba751bcf7e1b4ce2f69e9753c165de727f4a0f4cab2112e8c27a7b922c6c46dd
 
 name:           haskoin-store-data
-version:        0.62.1
+version:        0.63.0
 synopsis:       Data for Haskoin Store
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
 category:       Bitcoin, Finance, Network
