diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1987baffb..b00c73445 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.15.1rc2 +current_version = 0.15.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 3433f889c..331fb8d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well. - + * + * ### Changed - * Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases. + * * ### Fixed - * Potential fix for blank error popup when streaming (#536) - * Fixed some popups showing improperly while balance was loading (#534) - * Show a security warning when the auth token is displayed on Help. - * Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point - * Clearly notify user when they try to send credits to an invalid address (#445) + * + * ### Deprecated * @@ -30,6 +27,25 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.15.1] - 2017-09-08 + +### Added + * File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well. + + +### Changed + * Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases. + + +### Fixed + * Potential fix for blank error popup when streaming (#536) + * Fixed some popups showing improperly while balance was loading (#534) + * Show a security warning when the auth token is displayed on Help. + * Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point + * Clearly notify user when they try to send credits to an invalid address (#445) + + + ## [0.15.0] - 2017-08-31 ### Added diff --git a/app/package.json b/app/package.json index 452e251fb..9c2b5d5fb 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.15.1rc2", + "version": "0.15.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 23d5caa13..c0e6e73b5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.15.1rc2", + "version": "0.15.1", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",