diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0a4618c..dca75d6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Web UI version numbers should always match the corresponding version of LBRY App ### Changed * Refactored Electron's main process ([#951](https://github.com/lbryio/lbry-app/pull/951)) * Refactored lbryuri.js into separate named exports ([#957](https://github.com/lbryio/lbry-app/pull/957)) - * Upgraded Daemon to version 18.2 ([#961](https://github.com/lbryio/lbry-app/pull/961)) + * Upgraded Daemon to [version 18.2](https://github.com/lbryio/lbry/releases/tag/v0.18.2) ([#961](https://github.com/lbryio/lbry-app/pull/961)) * Upgraded Electron for security patch ([commit](https://github.com/lbryio/lbry-app/commit/48cc82b86d79ea35e3c529b420957d9dd6043209)) *