diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf00968c..014108295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed -- Updated lbry-sdk to [0.69.1](https://github.com/lbryio/lbry-sdk/releases/tag/v0.69.1) +- Updated lbry-sdk to [0.70.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.70.0) - Improved file page layout/styling ([#3918](https://github.com/lbryio/lbry-desktop/pull/3918)) - Now using Github for auto-update downloads ([#3992](https://github.com/lbryio/lbry-desktop/pull/3992)) - Now paginating wallet history using txo_list ([#3979](https://github.com/lbryio/lbry-desktop/pull/3979)) diff --git a/package.json b/package.json index 7e43971b5..8d9af37ec 100644 --- a/package.json +++ b/package.json @@ -209,7 +209,7 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.69.1", + "lbrynetDaemonVersion": "0.70.0", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet"