From a0314c21ecad59a7228bdbfcffdeb5a954017f95 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Wed, 13 Dec 2017 09:44:52 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.1rc3=20=E2=86=92=200.19.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 25 ++++++++++++++++++++----- package.json | 2 +- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 604c13300..91764cc37 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.1rc3 +current_version = 0.19.1 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 8c4d6624e..e66e97c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,15 @@ Web UI version numbers should always match the corresponding version of LBRY App ## [Unreleased] ### Added - * Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847). + * * ### Changed - * Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862). + * * ### Fixed - * Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846). - * Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865). - * Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864). + * * ### Deprecated @@ -29,6 +27,23 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.19.1] - 2017-12-13 + +### Added + * Added empty rewards message on overview page (https://github.com/lbryio/lbry-app/pull/847). + + +### Changed + * Updated developer tools and restructured code (https://github.com/lbryio/lbry-app/pull/861)(https://github.com/lbryio/lbry-app/pull/862). + + +### Fixed + * Fixed typos (https://github.com/lbryio/lbry-app/pull/845)(https://github.com/lbryio/lbry-app/pull/846). + * Fixed theme-related error while running in development (https://github.com/lbryio/lbry-app/pull/865). + * Fixed build/signing error on Windows (https://github.com/lbryio/lbry-app/pull/864). + + + ## [0.19.0] - 2017-12-11 ### Added diff --git a/package.json b/package.json index 5263cbe35..ff83432b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.19.1rc3", + "version": "0.19.1", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "homepage": "https://lbry.io/", "bugs": {