From b3e47a8f8615e664c1fa7682a9c79a398d8cbc9d Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Fri, 22 Dec 2017 22:25:05 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.2rc1=20=E2=86=92=200.19.?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++------ package.json | 2 +- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 49dd1aad8..dd3d60359 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.2rc1 +current_version = 0.19.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 c3a9152ab..7e2feea50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Added copy address button to the Wallet Address component on Send / Receive (#875) - * Link to creators’ channels on homepage (#869) - * Pause playing video when file is opened (#880) - * Reenabled rewards with new verification process (#897) + * * ### Changed - * Contributor documentation (#879) + * * ### Fixed - * Linux app categorization (#877) + * * ### Deprecated @@ -30,6 +27,24 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.19.2] - 2017-12-22 + +### Added + * Added copy address button to the Wallet Address component on Send / Receive (#875) + * Link to creators’ channels on homepage (#869) + * Pause playing video when file is opened (#880) + * Reenabled rewards with new verification process (#897) + + +### Changed + * Contributor documentation (#879) + + +### Fixed + * Linux app categorization (#877) + + + ## [0.19.1] - 2017-12-13 ### Added diff --git a/package.json b/package.json index 42b8b3324..f15fb3714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.2rc1", + "version": "0.19.2", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://lbry.io/", "bugs": {