From 1ccbbe721f61f6f5723c5c44a13008fd1bb0f1fa Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Mon, 27 Feb 2017 17:49:08 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0rc10=20=E2=86=92=200.9.0?= =?UTF-8?q?rc11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 22 ++++++++++++++++------ package.json | 2 +- 3 files changed, 18 insertions(+), 8 deletions(-) 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"