diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f130bcb..fe9d02566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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.36.x] - [Unrelased] +## [0.37.1] - [2019-10-17] + +### Changed + +- Bumped lbry-sdk to `0.43.3` to fix an issue with encrypted wallets + +### Fixed + +- Only show channel search bar on the content tab ([#3083](https://github.com/lbryio/lbry-desktop/pull/3083)) + +## [0.37.0] - [2019-10-17] ### Fixed diff --git a/package.json b/package.json index 7edb2d740..5c2c49af3 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.43.2", + "lbrynetDaemonVersion": "0.43.3", "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet"