diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 528be748b..eed97c9a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.6rc1 +current_version = 0.11.6 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 1eac8df66..145a4a3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,12 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * Do not use a separate claim cache for publishes + * * ### Fixed - * Upgrade process should now works on Windows - * Crudely handle failed publishes missing outpoints + * + * ### Deprecated * @@ -27,6 +27,18 @@ Web UI version numbers should always match the corresponding version of LBRY App * * +## [0.11.6] - 2017-05-29 + +### Changed + * Do not use a separate claim cache for publishes + + +### Fixed + * Upgrade process should now works on Windows + * Crudely handle failed publishes missing outpoints + + + ## [0.11.5] - 2017-05-28 ### Fixed diff --git a/app/package.json b/app/package.json index 71f9c09d8..1c29001fb 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.11.6rc1", + "version": "0.11.6", "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 a828bc5e2..d81bc9116 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "lbry-web-ui", - "version": "0.11.6rc1", + "version": "0.11.6", "description": "LBRY UI", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",