From aa425c5c6957549546d18ea085b7fa3697f86ae9 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 30 May 2017 19:57:36 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.7rc1=20=E2=86=92=200.11.?= =?UTF-8?q?7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 26 +++++++++++++++++++------- app/package.json | 2 +- ui/package.json | 2 +- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index aa5cf6c24..cf597fc15 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.7rc1 +current_version = 0.11.7 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 fa4b0bbdd..d39386c35 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 - * + * * ### Changed - * Video player switched from plyr to render-media + * * ### Fixed - * Video player should behave better on streaming - * Daemon times out more quickly when it cannot start - * Connection should fail more cleanly, rather than get stuck entirely - * Closing modal dialogs was broken on some download and stream errors - * Discover landing page improperly showed loading error when it was loading correctly + * + * ### Deprecated * @@ -30,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.7] - 2017-05-30 + +### Changed + * Video player switched from plyr to render-media + + +### Fixed + * Video player should behave better on streaming + * Daemon times out more quickly when it cannot start + * Connection should fail more cleanly, rather than get stuck entirely + * Closing modal dialogs was broken on some download and stream errors + * Discover landing page improperly showed loading error when it was loading correctly + + + ## [0.11.6] - 2017-05-29 ### Changed diff --git a/app/package.json b/app/package.json index b36331f76..e2963c7fc 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.7rc1", + "version": "0.11.7", "main": "main.js", "description": "LBRY is a fully decentralized, open-source protocol facilitating the discovery, access, and (sometimes) purchase of data.", "author": { diff --git a/ui/package.json b/ui/package.json index b8abdd2b8..d9f1e8571 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.7rc1", + "version": "0.11.7", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",