diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 095f7dc19..eb1a3e427 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0rc10 +current_version = 0.9.0rc11 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 6c1712f0e..cb1f8dff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,20 +8,30 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * "Back to LBRY" button on Watch page + * * * ### Changed - * In error modal, hide details in expandable section + * * * ### Fixed - * On load screen, always show Cancel link if a previous page is available - * When user hits "Watch," don't check balance if download already started - * Restore UI version on Help page - * Fix sorting on My Files page + * + * + * + +## [0.9.0rc11] - 2017-02-27 +### Added + * "Back to LBRY" button on Watch page +### Changed + * In error modal, hide details in expandable section +### Fixed + * On load screen, always show Cancel link if a previous page is available + * When user hits "Watch," don't check balance if download already started + * Restore UI version on Help page + * Fix sorting on My Files page ## [0.9.0rc9] - 2017-02-22 ### Changed diff --git a/package.json b/package.json index 4eb2dcd14..61ee519b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.9.0rc10", + "version": "0.9.0rc11", "description": "LBRY web ui", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"