diff --git a/CHANGELOG.md b/CHANGELOG.md index f875ccc88..94678c4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ 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. +## [1.7.0] - 2019-06-03 +### "Under the hood" changes +#### Changed +- Now using @tokend/js-sdk@1.7.0 + ## [1.7.0-rc.4] - 2019-05-30 #### Fixed - Bug with unhidden "My sales" @@ -572,7 +577,8 @@ for further information about branching and tagging conventions. ## [1.3.0] - 2019-03-01 -[Unreleased]: https://github.com/tokend/web-client/compare/1.7.0-rc.4...HEAD +[Unreleased]: https://github.com/tokend/web-client/compare/1.7.0...HEAD +[1.7.0]: https://github.com/tokend/web-client/compare/1.7.0-rc.4...1.7.0 [1.7.0-rc.4]: https://github.com/tokend/web-client/compare/1.7.0-rc.3...1.7.0-rc.4 [1.7.0-rc.3]: https://github.com/tokend/web-client/compare/1.7.0-rc.2...1.7.0-rc.3 [1.7.0-rc.2]: https://github.com/tokend/web-client/compare/1.7.0-rc.1...1.7.0-rc.2 diff --git a/package.json b/package.json index d8599baed..fc7977d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokend-web-client", - "version": "1.7.0-rc.4", + "version": "1.7.0", "description": "TokenD web-client", "author": "Distributed Lab ", "private": true, @@ -26,7 +26,7 @@ "@mdi/font": "3.3.92", "@sentry/browser": "5.1.1", "@sentry/integrations": "5.1.2", - "@tokend/js-sdk": "1.7.0-rc.2", + "@tokend/js-sdk": "1.7.0", "bignumber.js": "8.0.1", "card-validator": "6.1.0", "clipboard": "2.0.4", diff --git a/yarn.lock b/yarn.lock index df87d6c41..5a95df677 100644 --- a/yarn.lock +++ b/yarn.lock @@ -841,10 +841,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.7.0-rc.2": - version "1.7.0-rc.2" - resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.7.0-rc.2.tgz#3294b86e0c17e2f6ab7115ebb6f697bedda6afce" - integrity sha512-YVpvmNMpUDiI1LVF3iiFS6+zCNbnLItMnnA4I1f1KIePzmOUHMewkzwtpFmKOaFuTYZidMwyQ9Kd5gWRYhfFsg== +"@tokend/js-sdk@1.7.0": + version "1.7.0" + resolved "https://registry.yarnpkg.com/@tokend/js-sdk/-/js-sdk-1.7.0.tgz#68970447e8a8c416c650648f6d5db90155ae7607" + integrity sha512-A636vYRm10H+kbyGZozYHoD0dhvvoE19xpIgpAoIemOC3BgzLlIz39Os4QkioR9oL1Rw6RXd06OLP+iEbv+Rlg== dependencies: axios "0.16.2" base32.js "0.1.0"