Skip to content

Commit

Permalink
Prepare release v0.7.0 (#1482)
Browse files Browse the repository at this point in the history
* 0.6.0 -> v0.7.0

* Update change log
  • Loading branch information
nephix authored May 8, 2020
1 parent 1a1558b commit 1abd668
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 3 additions & 2 deletions raiden-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [0.7.0] - 2020-05-08

### Added

Expand Down Expand Up @@ -254,7 +254,8 @@
- Add link to privacy policy.
- Add basic transfer screen.

[unreleased]: https://github.com/raiden-network/light-client/compare/v0.6.0...HEAD
[unreleased]: https://github.com/raiden-network/light-client/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/raiden-network/light-client/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/raiden-network/light-client/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-dapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-dapp",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"description": "A dApp that showcases the Raiden Light Client sdk functionality",
"author": "brainbot labs est.",
Expand Down
6 changes: 4 additions & 2 deletions raiden-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
## [0.7.0] - 2020-05-08

### Added
- [#1392] Raiden on-chain methods provide easy ways to transfer entire token & ETH balances
- [#1368] Monitoring transfers (experimental)
Expand Down Expand Up @@ -173,7 +174,8 @@
- Add protocol message implementation.


[Unreleased]: https://github.com/raiden-network/light-client/compare/v0.6.0...HEAD
[unreleased]: https://github.com/raiden-network/light-client/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/raiden-network/light-client/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/raiden-network/light-client/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/raiden-network/light-client/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/raiden-network/light-client/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion raiden-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion raiden-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raiden-ts",
"version": "0.6.0",
"version": "0.7.0",
"description": "Raiden Light Client Typescript/Javascript SDK",
"main": "dist:cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 1abd668

Please sign in to comment.