diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7722ba620..006ca4518 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.8rc1 +current_version = 0.11.8 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 b2fc171ba..10ee86334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * Verified access from two different installation ids - * Version upgrade check on help page + * + * ### Deprecated * @@ -27,6 +27,14 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.8] - 2017-05-31 + +### Fixed + * Verified access from two different installation ids + * Version upgrade check on help page + + + ## [0.11.7] - 2017-05-30 ### Changed diff --git a/app/package.json b/app/package.json index 060f36eda..abc2452e4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.8rc1", + "version": "0.11.8", "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 d7b537632..414dcb8de 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.8rc1", + "version": "0.11.8", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",