diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86cc473e5..3533baaa4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.1rc1 +current_version = 0.17.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P[a-z]+)(?P\d+))? diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1acac67..a64cc392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade. - * Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements. - * [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux. - * Chat links and text updated to remove references to Slack. + * + * ### Fixed - * Fixed handling of empty search results. - * Fixed minimum channel length name(#689). + * + * ### Deprecated * @@ -29,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.17.1] - 2017-10-25 + +### Changed + * Updated daemon to 0.17.1. 0.17.1 contains several more download fixes that are backwards incompatible, making this a near mandatory upgrade. + * Continuing to standardize and improve design. File selectors, checkboxes, radios, and a number of other elements got substantial improvements. + * [Electron](https://github.com/electron/electron) version upgraded. Most relevantly, this fixes URI handling in Linux. + * Chat links and text updated to remove references to Slack. + + +### Fixed + * Fixed handling of empty search results. + * Fixed minimum channel length name(#689). + + + ## [0.17.0] - 2017-10-12 ### Added diff --git a/app/package.json b/app/package.json index b119b115b..5a52e2887 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.17.1rc1", + "version": "0.17.1", "main": "main.js", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "author": { diff --git a/ui/package.json b/ui/package.json index 81c8f5a60..8b820fb0d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.17.1rc1", + "version": "0.17.1", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",