diff --git a/CHANGELOG.md b/CHANGELOG.md index b5790031d..5c8fe4dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please check our [developers guide](https://gitlab.com/tokend/developers-guide) for further information about branching and tagging conventions. -## [Unreleased] -#### Added - +## [1.6.0] - 2019-05-09 #### Changed - Enabled updating of pending and approved corporate kyc requests - "Submit" btn on verification changed to "Create request" or "Update", depends on whether the request updatable or not - #### Fixed - Fetching of investment fees in investing forms +### "Under the hood" changes +#### Changed +- Now using @tokend/js-sdk@1.6.0 + ## [1.6.0-rc.0] - 2019-05-02 #### Added - Displaying of fees in invest form @@ -428,7 +429,8 @@ for further information about branching and tagging conventions. ## [1.3.0] - 2019-03-01 -[Unreleased]: https://github.com/tokend/web-client/compare/1.6.0-rc.0...HEAD +[Unreleased]: https://github.com/tokend/web-client/compare/1.6.0...HEAD +[1.6.0]: https://github.com/tokend/web-client/compare/1.6.0-rc.0...1.6.0 [1.6.0-rc.0]: https://github.com/tokend/web-client/compare/1.6.0-x.2...1.6.0-rc.0 [1.6.0-x.2]: https://github.com/tokend/web-client/compare/1.6.0-x.1...1.6.0-x.2 [1.6.0-x.1]: https://github.com/tokend/web-client/compare/1.6.0-x.0...1.6.0-x.1 diff --git a/package.json b/package.json index 6d4a0fa4c..e36fca0eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokend-web-client", - "version": "1.6.0-rc.0", + "version": "1.6.0", "description": "TokenD web-client", "author": "Distributed Lab ", "private": true, @@ -24,7 +24,7 @@ }, "dependencies": { "@mdi/font": "3.3.92", - "@tokend/js-sdk": "1.6.0-rc.0", + "@tokend/js-sdk": "1.6.0", "bignumber.js": "8.0.1", "card-validator": "6.1.0", "clipboard": "2.0.4", diff --git a/yarn.lock b/yarn.lock index 81e30563c..c67709437 100644 --- a/yarn.lock +++ b/yarn.lock @@ -773,10 +773,10 @@ resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5" integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== -"@tokend/js-sdk@1.6.0-rc.0": - version "1.6.0-rc.0" - resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.6.0-rc.0.tgz#49d1c15af2e99e326cd03b63d6daa79c21094fcd" - integrity sha512-UXQNURVe7THgIxb0p+jhn1qIdZbmOcqnCBH9zziKXKDN4PMwqRJ2gTfp5qr6lseq6exgqmXgTf7/vAGo6fD0Ew== +"@tokend/js-sdk@1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.6.0.tgz#66da418c2edf63c30a75373d04d92d574c106e62" + integrity sha512-AzFwRyrqhkd5ZhAio5E/MTvNZItDvA05bqnpNWZ7VNl0IGsrcLoxsedgAQsDJT9Dkahfly6vSDNI3vtBkjh5OQ== dependencies: axios "0.16.2" base32.js "0.1.0"