bump sdk and update changelog

This commit is contained in:
Sean Yesmunt 2019-10-18 18:46:49 -04:00
parent 39056413b6
commit 679f8aee80
2 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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"