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": {