diff --git a/CHANGELOG.md b/CHANGELOG.md index 47eb37122..0f710a1f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [0.53.4-alpha.4] - [2022-06-08] +## [0.53.4-alpha.6] - [2022-06-09] ## Added - Add top in language category for non-english on homepage ([#7585](https://github.com/lbryio/lbry-desktop/pull/7585)) - Auto hosting in settings and hosting first run page ([#7598](https://github.com/lbryio/lbry-desktop/pull/7598)) -### Changed -- Updated lbry-sdk to [0.109.0](https://github.com/lbryio/lbry-sdk/releases/tag/v0.109.0) - ## Fixed - Better handle empty collections ([#7571](https://github.com/lbryio/lbry-desktop/pull/7571)) - Better handle thumbnails in uploads/collections ([#7574](https://github.com/lbryio/lbry-desktop/pull/7574)) diff --git a/package.json b/package.json index e3f8e4c0e..4c317597c 100644 --- a/package.json +++ b/package.json @@ -238,7 +238,7 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.109.0", + "lbrynetDaemonVersion": "0.107.1", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet"