diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@
 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.65.1
+### Changed
+- Simplify function in Cache module.
+- Bump depenedencies.
+
 ## 0.65.0
 ### Changed
 - Spenders now embedded into tx objects in database for performance.
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: 9f15b82cebc6c57573cea5a3666fffba76b706fba860d7999297a78e5668e767
+-- hash: 7c60c4bf4347cf39d711da6648c8bff1fffca8c6b70b36904c8ce8058316f376
 
 name:           haskoin-store-data
-version:        0.65.0
+version:        0.65.1
 synopsis:       Data for Haskoin Store
 description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme>
 category:       Bitcoin, Finance, Network
