diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e6197afaa..7917e0cc8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.2rc1 +current_version = 0.14.2 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 1683d599e..02610e5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,16 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Replaced horizontal scrollbars with scroll arrows - * Featured weekly reward content shows with an orange star - * Added pagination to channel pages + * + * ### Changed + * + * ### Fixed - * Fixed requirement to double click play button on many videos - * Fixed errors from calls to `get` not bubbling correctly - * Fixed some corner-case flows that could break file pages + * + * ### Deprecated * @@ -27,6 +27,21 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.14.2] - 2017-07-30 + +### Added + * Replaced horizontal scrollbars with scroll arrows + * Featured weekly reward content shows with an orange star + * Added pagination to channel pages + + +### Fixed + * Fixed requirement to double click play button on many videos + * Fixed errors from calls to `get` not bubbling correctly + * Fixed some corner-case flows that could break file pages + + + ## [0.14.1] - 2017-07-28 ### Fixed diff --git a/app/package.json b/app/package.json index 6b25f527b..409537567 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.14.2rc1", + "version": "0.14.2", "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 c059a37f5..5e1a8ccf5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.14.2rc1", + "version": "0.14.2", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",